Method
IdeDebuggerBreakpointsget_line
Declaration
IdeDebuggerBreakpoint*
ide_debugger_breakpoints_get_line (
IdeDebuggerBreakpoints* self,
guint line
)
Description
Gets the breakpoint that has been registered at a given line, or NULL
if no breakpoint is registered there.
Return value
Type: IdeDebuggerBreakpoint
An IdeDebuggerBreakpoint
or NULL
.
The data is owned by the instance. |
The return value can be NULL . |