Property
IdeDebuggerBreakpoint:disposition
Description
This property describes what should happen to the breakpoint upon the next stop of the debugger.
Generally, breakpoints are kept. But some backends allow you to remove a breakpoint upon the next stop of the debugger or when the breakpoint is next reached.
This is backend specific, and not all values may be supported by all backends.
Type: | IdeDebuggerDisposition |
Default value | IDE_DEBUGGER_DISPOSITION_KEEP |
Getter method | ide_debugger_breakpoint_get_disposition() |
Setter method | ide_debugger_breakpoint_set_disposition() |