Method

IdeDebuggerBreakpointset_spec

Declaration

void
ide_debugger_breakpoint_set_spec (
  IdeDebuggerBreakpoint* self,
  const gchar* spec
)

Description

Sets the specification for the debugger breakpoint. This describes a statement which the debugger can use to determine of the breakpoint should be applied when stopping the debugger.

Parameters

spec

Type: const gchar*

The specification or NULL.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.