Forum member

Konstantin Spirin

2 posts

Posts by Konstantin Spirin

  1. Error StackTrace is not navigatable when instrumentation is off

    With instrumentation: [quote]System.IndexOutOfRangeException: Index was outside the bounds of the array. at SingingEasy.sing(Int32 cur3, Int32 prevAliceIndex2, Int32 prevBobIndex2) in C:\TopCoder\SingingEasy.cs:line 26 at SingingEasy.solve(Int32[] pitch) in C:\TopCoder\SingingEasy.cs:line 4…

  2. Error StackTrace is not navigatable when instrumentation is off

    Hi, If I off assembly instrumentation then stack traces don't contain clickable links. This is quite inconvenient as I need maximum execution performance and ability to navigate to errors with mouse clicking is always better than browsing stack trace manually. Is it possible to get the best of…