Signal
IdeDebugger::stopped
Declaration
void
stopped (
IdeDebugger* self,
IdeDebuggerStopReason stop_reason,
IdeDebuggerBreakpoint* breakpoint,
gpointer user_data
)
Description
This signal is emitted when the debugger has stopped executing the inferior for a variety of reasons.
If possible, the debugger implementation will provide the breakpoint of the location the debugger stopped. That location may not always be representable by source in the project (such as memory address based breakpoints).
Default handler: | The default handler is called after the handlers added via |
Available since: | 3.32 |
Parameters
stop_reason |
IdeDebuggerStopReason |
An |
|
breakpoint |
IdeDebuggerBreakpoint |
An |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |