Method

IdeDebuggerBreakpointget_id

since: 3.32

Declaration

const gchar*
ide_debugger_breakpoint_get_id (
  IdeDebuggerBreakpoint* self
)

Description

Gets the identifier for the breakpoint that is backend specific.

Available since: 3.32

Return value

Type: const gchar*

The id of the breakpoint.

The data is owned by the instance.
The value is a NUL terminated UTF-8 string.