Method

IdeDebuggerBreakpointset_thread

Declaration

void
ide_debugger_breakpoint_set_thread (
  IdeDebuggerBreakpoint* self,
  const gchar* thread
)

Description

Sets the thread that the breakpoint is currently stopped in.

This should generally only be used by debugger implementations.

Parameters

thread

Type: const gchar*

No description available.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.