JetBrains Rider 2020.3 Help

Navigate from Stack Trace to Exception

Tools | Analyze Stack Trace or Thread Dump...
Ctrl+E, T

When you receive an external stack trace (for example, from a bug report), you can open it in the Run window and navigate to code where the corresponding exception originated. In the stack trace, files, types, and methods are displayed as hyperlinks. You can click them to display the corresponding items in the editor.

Navigate to code that caused an exception

  1. Copy exception stack trace to the clipboard.

  2. Press Ctrl+E, T or choose Tools | Analyze Stack Trace or Thread Dump... from the main menu. Alternatively, you can press Ctrl+Shift+A, start typing the command name in the popup, and then choose it there.

  3. In the Stack Trace Explorer window, click highlighted items to display the corresponding code in the editor.

  4. If you prefer to wrap long lines in the stack trace, use the corresponding toolbar button Themed icon line breaks screen gray

Navigating from stack trace to exception
Last modified: 08 March 2021