Method

IdeDebuggerBreakpointset_enabled

Declaration

void
ide_debugger_breakpoint_set_enabled (
  IdeDebuggerBreakpoint* self,
  gboolean enabled
)

Description

Sets the enabled state of the breakpoint instance.

You must call ide_debugger_breakpoint_modify_breakpoint_async() to actually modify the breakpoint in the backend.

Parameters

enabled

Type: gboolean

If the breakpoint is enabled.