Method

IdeDebuggerBreakpointget_id

Declaration

const gchar*
ide_debugger_breakpoint_get_id (
  IdeDebuggerBreakpoint* self
)

Description

Gets the identifier for the breakpoint that is backend specific.

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.