Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
788
QList<Breakpoint*> KDevelop::BreakpointModel::breakpoints() const
789
{
790
Q_D(const BreakpointModel);
791
792
return d->breakpoints;
793
}
794
795
Breakpoint* BreakpointModel::breakpoint(int row) const
796
{
Callers
3
printLines
Method · 0.45
debuggerStateChanged
Method · 0.45
sendMaybeAll
Method · 0.45
Calls
no outgoing calls
Tested by
1
printLines
Method · 0.36