Method

IdeDebuggerBreakpointget_thread

Declaration

const gchar*
ide_debugger_breakpoint_get_thread (
  IdeDebuggerBreakpoint* self
)

Description

Gets the “thread” property, which is the thread the breakpoint is currently stopped in (if any).

Available since:3.32

Return value

Returns: const gchar*
 

The thread identifier or NULL.

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