5

I don’t think that I’m the only one that thinks that Visual Studio exception window is very poor. Trace information lacking formatting and is hardly readable.

  • Is there any plugin or external tool that shows exception information better?
Amir Rezaei
  • 10,938
  • 6
  • 61
  • 86

1 Answers1

4

Resharper has the stack trace explorer. And if you follow this post the copying and pasting is done automatically.

Hope this helps

KeesDijk
  • 8,918
  • 4
  • 35
  • 41
  • 1
    +1 Great I have Resharper and I didn't know about this! – Amir Rezaei Feb 17 '11 at 10:04
  • Same Amir - I find new shortcuts for r# all the time that i didnt know about. – Nobody Feb 17 '11 at 10:43
  • @rmx do you know about the keymaps ? http://www.jetbrains.com/resharper/docs/ReSharper50DefaultKeymap_VS_scheme.pdf from http://www.jetbrains.com/resharper/documentation/documentation.html – KeesDijk Feb 17 '11 at 10:46