Method

IdeDebuggerBreakpointget_spec

Declaration

const gchar*
ide_debugger_breakpoint_get_spec (
  IdeDebuggerBreakpoint* self
)

Description

Gets the “spec” property of the breakpoint.

The spec is used when the IdeDebuggerBreakMode is IDE_DEBUGGER_BREAK_WATCHPOINT.

Available since:3.32

Return value

Returns: utf8
 

A string containing the spec, or NULL.

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