I'm using Visual Studio and would like to use the keyboard to go to the previous/next breakpoint. I had a look at Options|Environment|Keyboard but found no such command.
Is there a way to do it?
You can press F5 while debugging to jump to next breakpoint and F10 to jump line by line.
In most languages supported by Visual Studio, you can edit your code in the middle of a debugging session and continue debugging. To use this feature, click into your code with your cursor while paused in the debugger, make edits, and press F5, F10, or F11 to continue debugging.
Edit.SelectionCancel. Surround with. Ctrl+K, Ctrl+S. (available only in Visual Studio 2019 and earlier)
For people wanting to see each breakpoint, that ended up here. (Like me)
Your best bet is to do this:
Try Debug -> Windows -> Breakpoints.
or
In VS2017, open the Breakpoints window: Ctrl+Alt+B
Source: Visual Studio 2017 Quick Launch
or
In VS2010, open the break point window: Ctrl+D, B
From See all breakpoints in Visual Studio 2010+
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