Method
IdeDebuggerget_breakpoints
Description
Gets the breakpoints for the IdeDebugger
.
Contrast this to ide_debugger_list_breakpoints_async()
which will query
the debugger backend for breakpoints. This GListModel
containing
IdeDebuggerBreakpoint
instances is updated as necessary by listening
to various breakpoint related signals on the IdeDebugger
instance.
This is primarily out of convenience to be used by UI which wants to display information on breakpoints.