Enumeration

IdeDebuggerBreakMode

Declaration

enum Ide.DebuggerBreakMode

Description

The type of breakpoint.

Members

IDE_DEBUGGER_BREAK_NONE

No breakpoint is set.

  • Value: 0
  • Nickname: none
  • Available since: 47
IDE_DEBUGGER_BREAK_BREAKPOINT

A simple breakpoint that stops the debugger when reaching a given location.

  • Value: 1
  • Nickname: breakpoint
  • Available since: 47
IDE_DEBUGGER_BREAK_COUNTPOINT

A counter that is incremented when the debugger reaches a breakpoint.

  • Value: 2
  • Nickname: countpoint
  • Available since: 47
IDE_DEBUGGER_BREAK_WATCHPOINT

A breakpoint that is conditional on the specification matching.

  • Value: 3
  • Nickname: watchpoint
  • Available since: 47