Signal

IdeDebugger::breakpoint-added

Declaration

void
breakpoint_added (
  IdeDebugger* self,
  IdeDebuggerBreakpoint* breakpoint,
  gpointer user_data
)

Description

The “breakpoint-added” signal is emitted when a breakpoint has been added to the debugger.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Parameters

breakpoint

Type: IdeDebuggerBreakpoint

An IdeDebuggerBreakpoint.

The data is owned by the caller of the function.