MCPcopy Create free account
hub / github.com/KDE/kdevelop / breakpoints

Method breakpoints

kdevplatform/debugger/breakpoint/breakpointmodel.cpp:788–793  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

786}
787
788QList<Breakpoint*> KDevelop::BreakpointModel::breakpoints() const
789{
790 Q_D(const BreakpointModel);
791
792 return d->breakpoints;
793}
794
795Breakpoint* BreakpointModel::breakpoint(int row) const
796{

Callers 3

printLinesMethod · 0.45
debuggerStateChangedMethod · 0.45
sendMaybeAllMethod · 0.45

Calls

no outgoing calls

Tested by 1

printLinesMethod · 0.36