When you receive an external stack trace (for example, from a bug report), you can copy-paste it into the Stack Trace Explorer to navigate to where an exception originated. If the stack trace has debug information, the lines within the stack trace become clickable.
- Copy exception stack trace to the clipboard.
- On the main menu, choose ReSharper | Tools | Browse Stack Trace , or press Ctrl+Shift+E. The Stack Trace Explorer window opens, displaying the exception stack trace from the clipboard in a new tab.
- In the Stack Trace Explorer window, click links to navigate to code locations related to the exception.
Consider the example below:

