To enable or disable a breakpoint

  1. On the debugger View menu, click Breakpoints if the breakpoints window is not already visible.

  2. 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 bp_enabled when enabled and bp_disabled when disabled.