The Breakpoint menu provides commands to create, modifiy, and remove breakpoints. The Breakpoint menu is a submenu of the Debug menu.
The Breakpoint menu
Breakpoint commands
| Menu command | Keystroke | Description |
| New Breakpoint... | Ctrl+Alt+F9 | Activates the New Breakpoint menu which allows you to create complex breakpoints on code or data. See Breakpoints Window. |
| New Breakpoint Group... | Creates a new breakpoint group in the Breakpoints window. You can manage breakpoints individually or as a group. | |
| Disable All Breakpoints | Disables all breakpoints so that they are never hit. | |
| Enable All Breakpoints | Enables all breakpoints so that they can be hit. | |
| Clear All Breakpoints | Ctrl+Shift+F9 | Removes all breakpoints set in the Breakpoints window. |
| Next Breakpoint | Alt+F9 | Selects the next breakpoint in the Breakpoint window and moves the cursor to the statement or instruction associated with that breakpoint. |
| Previous Breakpoint | Alt+Shift+F9 | Selects the previous breakpoint in the Breakpoint window and moves the cursor to the statement or instruction associated with that breakpoint. |