To enable or disable a breakpoint
On the debugger View menu, click Breakpoints if the breakpoints window is not already visible.
Find the breakpoint you want to enable or disable in the list and click the checkbox next to it.
Tip
In the disassembly window, you can enable or disable breakpoints by right-clicking the breakpoint in the gutter to show the context menu and then choose Enable / Disable Breakpoint.
You can also enable or disable breakpoints by editing them.
Note
Breakpoints show as
when enabled and
when disabled.