Method

IdeDebuggerBreakpointset_enabled

since: 3.32

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.

Available since: 3.32

Parameters

enabled

Type: gboolean

If the breakpoint is enabled.