ReSharper 2016.3 Help

Stack Trace Explorer window

ReSharper | Windows | Stack Traces
ReSharper | Tools | Browse Stack Trace
Ctrl+Shift+E

Stack Trace Explorer displays stack traces from the clipboard and transforms lines within them into clickable links that help you navigate directly to the related code. See Navigating from Stack Trace to Exception for details.

/help/img/dotnet/2016.3/Reference__Windows__Stack_Trace_Explorer.png

Toolbar Controls

ControlNameDescription
/help/img/dotnet/2016.3/ThemedIcon.Up.Screen.[Gray].png /help/img/dotnet/2016.3/ThemedIcon.Down.Screen.[Gray].png Previous/ Next Shift+F8/F8 Navigate to the previous/next item and scrolls through the source code accordingly.
/help/img/dotnet/2016.3/ThemedIcon.LineBreaks.Screen.[Gray].png Toggle wrapping of words Allows you to enable or disable wrapping of long lines in the sack trace. You can specify the default preference for line wrapping on the Tools | Stack Trace Explorer page of ReSharper options.

Window tabs

When you open new stack traces 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 with 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 choosing the desired tab:

Tool window tabs

To prevent a tab from unloading, click the pin icon /help/img/dotnet/2016.3/ThemedIcon.Pin.Screen.[Gray].png next to the tab title.

Last modified: 12 October 2017

See Also