Method

IdeDebuggerBreakpointget_id

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

Returns: const gchar*
 

The id of the breakpoint.

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