dotPeek 2023.3 Help

Explore and navigate exception stack traces

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.

Navigate to code that caused an exception

  1. Copy exception stack trace to the clipboard.

  2. Press Control+Shift+E or choose Tools | Browse Stack Trace from the main menu.

  3. The Stack Trace Explorer window opens displaying the exception stack trace from the clipboard in a new tab.

  4. Study the stack trace and click highlighted items to open the corresponding code in the code viewer.

  5. 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

Stack Trace Explorer window toolbar controls

Control

Name

Description

Themed icon up screen gray Themed icon down screen gray

Previous/Next


Shift+F8 / F8

Navigate to the previous/next item and scrolls through the source code accordingly.

Themed icon line breaks screen gray

Toggle wrapping of words

Allows you to enable or disable wrapping of long lines in the sack trace.

Window tabs

When stack traces open in the window, they are displayed in new tabs, which show up on the left. The previously open tabs move to the right if the width of the window allows, otherwise they unload themselves saving memory - but you can always restore them by clicking the arrow that appears to the right of the tabs and clicking the required tab:

Tool window tabs

To prevent a tab from unloading, click the pin icon Themed icon pin screen gray next to the tab title.

This feature is inspired by and borrowed from JetBrains ReSharper, a developer productivity tool for Microsoft Visual Studio.

Last modified: 01 September 2023