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

Navigate breakpoints

Last modified: 23 September 2024

With ReSharper, you can quickly jump to any breakpoint/tracepoint in your solution and study all breakpoints in a dedicated tool window, which features grouping, search, preview, and symbol names.

ReSharper also brings its own R# Breakpoints window, which you can use as an alternative to the Visual Studio's native window — you can start typing to search for a breakpoint or use context menu to enable/disable or remove breakpoints. You can check how the both differ from each other on the screenshot below.

Visual Studio and ReSharper breakpoints windows

To display the R# Breakpoints window, open the Breakpoints popup as described above, and then click Show in Breakpoints window ThemedIcon.SearchResults.Screen.(Gray).png, press Shift+Enter or + on the numeric keypad.

This feature is supported in the following languages and technologies:

The instructions and examples given here address the use of the feature in C#. For more information about other languages, refer to corresponding topics in the Languages and frameworks section.