|
Continuing on from my previous post about DumpAllExceptions , here is another new update that comes with psscor2. When you run !clrstack, you will now see the source and line information for the functions that are displayed. This can be really helpful when trying to track down where a problem is and what path through your code this execution has taken. You don’t have to do anything to make this output display, it will automatically at the end of the line. The output will look something like: 02b9ef98 687db33a MyFile.DoWork(System.Web.HttpContext) c:\MyFile.cs:3710 .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: consolas, "Courier New", courier, monospace; background-color: #ffffff; /*white-space...
|