ReSharper 2017.3 Help

Navigating Breakpoints

ReSharper | Navigate | Breakpoints…
Ctrl+Alt+F9
ReSharper_GotoBreakpoints

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.

To jump to a breakpoint

  1. Press Ctrl+Alt+F9 or choose ReSharper | Navigate | Breakpoints… in the main menu. Alternatively, you can press Ctrl+Shift+A, start typing the command name in the pop-up, and then choose it there.
  2. In the Breakpoints pop-up that opens, you will see all breakpoints defined in your solution.
  3. Do one of the following:
    • Click on the desired breakpoint to go to the corresponding line in the editor.
    • Select the desired breakpoint by pressing Up and Down and then press Enter to go to the corresponding line.
    • To find a breakpoint, start typing the name of the containing project, class, member, or contents of the line where the breakpoint is defined. The input field is case-insensitive and allows you to type any parts of the above-mentioned items separated by whitespaces:
      ReSharper: finding breakpoints
    • To remove a breakpoint, select it in the list by pressing Up and Down and then press Delete.

ReSharper also brings its own R# Breakpoints window, which you can use as an alternative to the native Visual Studio 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 pop-up as described above, and then click Show in Breakpoints window ThemedIcon SearchResults Screen Gray , press Shift+Enter or + on the numeric keypad.

This feature is supported in the following languages and technologies:

Language: C# Language: VB.NET Language: C++ Language: HTML Language: ASP.NET Language: Razor Language: JavaScript Language: TypeScript Language: CSS Language: XML Language: XAML Language: Resx Language: Build Scripts Language: Protobuf Language: JSON
Feature is available Feature is available Feature is available Feature is not available Feature is available Feature is available Feature is available Feature is available Feature is not available Feature is not available Feature is available Feature is not available Feature is not available Feature is not available Feature is not available

The instructions and examples given here address the use of the feature in C#. For details specific to other languages, see corresponding topics in the ReSharper by Language section.

Last modified: 16 April 2018