ReSharper
 
Get ReSharper
Get your hands on the new features ahead of the release by joining the Early Access Program for ReSharper 2025.1! Learn more

Explore and navigate exception stack traces

Last modified: 11 February 2024

When you receive an external stack trace (for example, from a bug report), you can open it in the dedicated Stack Trace Explorer window and then navigate to code where the corresponding exception originated. In this window, you can click files, types, and methods to display them in the editor.

Each stack trace is opened in a new tab, which stays available until you close it or close the solution. If you close the Stack Trace Explorer window, you can reopen it by choosing ReSharper | Windows | Stack Traces from the menu.

Navigating from stack trace to exception