Method
IdeDebuggeremit_breakpoint_removed
Declaration
void
ide_debugger_emit_breakpoint_removed (
IdeDebugger* self,
IdeDebuggerBreakpoint* breakpoint
)
Description
Emits the IdeDebugger::breakpoint-removed
signal.
Debugger implementations should call this when a breakpoint has been removed either manually or automatically by the debugger.
If a breakpoint has changed, you should use
ide_debugger_emit_breakpoint_modified()
to notify of the modification.
Available since: | 3.32 |
Parameters
breakpoint |
IdeDebuggerBreakpoint |
An |
|
The data is owned by the caller of the function. |