I remember I used to
navigate to pasted stack trace by clicking
ctrl + E + T
is it a resharper utility?
What's the build in equivalent for visual studio 2012?
To open the Call Stack window in Visual Studio, from the Debug menu, choose Windows>Call Stack. To set the local context to a particular row in the stack trace display, select and hold (or double click) the first column of the row.
Select a tab, make sure your cursor is not in the text editor, Paste your stack trace with Ctrl + V.
To read this stack trace, start at the top with the Exception's type - ArithmeticException and message The denominator must not be zero . This gives an idea of what went wrong, but to discover what code caused the Exception, skip down the stack trace looking for something in the package com.
The Stack Trace Explorer is a ReSharper feature. There is no equivalent built into Visual Studio. (If there was, why would they take all the time and expense to add the feature to ReSharper?)
There is an extension Visual Studio 2017 called 'Stack Trace Explorer', you can get it here
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With