I am trying to get a permanent view of breakpoints (or at least lasting until I remove it) docked next to the Debugger
panel. E.g. I would like it to take place of Watches
, since I do not use watches much. Currently, viewing breakpoints is done by clicking the small double circle icon in the Debugger but that pops a new large window that occupies most of the screen. I would like a small and permanent view of breakpoints (just like the one in Eclipse).
To access the full list of properties, right-click the breakpoint and click More or press Ctrl+Shift+F8 . Use this option for a bird's eye view of all breakpoints and full control over their configuration.
Set breakpoints in source code To set a breakpoint in source code, click in the far left margin next to a line of code. You can also select the line and press F9, select Debug > Toggle Breakpoint, or right-click and select Breakpoint > Insert breakpoint. The breakpoint appears as a red dot in the left margin.
Jump to a breakpointPress Ctrl+Alt+F9 or choose ReSharper | Navigate | Breakpoints… from the main menu . Alternatively, you can press Ctrl+Shift+A , start typing the command name in the popup, and then choose it there. In the Breakpoints popup that opens, you will see all breakpoints defined in your solution.
If you open up the Favorites
tool window (Alt+2) you will see the breakpoints.
You cannot put this window inside the Debug
tool window but you can have it docked above or beneath (or anywhere you want).
Like this:
Or like this:
The last image shows the Debug
window docked with the Split Mode
Off while the Favorites
window has Split Mode
On
IDEA 2017.1.3 allows breakpoints to be edited (e.g enabled/disabled) from the Favourites window (right click, Edit breakpoint).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With