• Kogasa@programming.dev
    link
    fedilink
    arrow-up
    6
    ·
    4 months ago

    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

    • Omega_Haxors
      link
      fedilink
      English
      arrow-up
      2
      ·
      4 months ago

      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.