Shortcut key to next breakpoint in Visual Studio

Deqing picture Deqing · May 25, 2015 · Viewed 28.3k times · Source

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?

Answer

Pablo Carrasco Hernández picture Pablo Carrasco Hernández · Mar 18, 2019

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+