𝔻𝔼𝕍𝕀𝕃𝕀𝕊ℍ@lemmy.world to Programmer Humor@lemmy.ml · 2 years agoC++ Momentlemmy.worldimagemessage-square150linkfedilinkarrow-up10arrow-down10
arrow-up10arrow-down1imageC++ Momentlemmy.world𝔻𝔼𝕍𝕀𝕃𝕀𝕊ℍ@lemmy.world to Programmer Humor@lemmy.ml · 2 years agomessage-square150linkfedilink
minus-squareKogasa@programming.devlinkfedilinkarrow-up0·2 years agoC# tells you the call site/method name and line number right at the top. It’s only really annoying when you have aggregate exceptions, which sometimes occur because someone async’d wrong
minus-squareOmega_Haxors@lemmy.mllinkfedilinkEnglisharrow-up0·2 years agoActually getting there is the other part. It’s not like java where you can go down the chain if the problem isn’t where it says it is.
C# tells you the call site/method name and line number right at the top. It’s only really annoying when you have aggregate exceptions, which sometimes occur because someone async’d wrong
Actually getting there is the other part. It’s not like java where you can go down the chain if the problem isn’t where it says it is.