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

Method breakpoint

kdevplatform/debugger/breakpoint/breakpointmodel.cpp:795–801  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

793}
794
795Breakpoint* BreakpointModel::breakpoint(int row) const
796{
797 Q_D(const BreakpointModel);
798
799 if (row >= d->breakpoints.count()) return nullptr;
800 return d->breakpoints.at(row);
801}
802
803Breakpoint* BreakpointModel::addCodeBreakpoint()
804{

Callers 15

slotOpenFileMethod · 0.80
testSetLocationMethod · 0.80
testDocumentSetTextMethod · 0.80
updateStateMethod · 0.80
updateHitCountMethod · 0.80
notifyHitMethod · 0.80

Calls 6

constBeginMethod · 0.80
constEndMethod · 0.80
countMethod · 0.45
atMethod · 0.45
urlMethod · 0.45
lineMethod · 0.45

Tested by 10

testSetLocationMethod · 0.64
testDocumentSetTextMethod · 0.64
testUpdateBreakpointMethod · 0.64
testManualBreakpointMethod · 0.64
testCatchpointMethod · 0.64
testUpdateBreakpointMethod · 0.64
testManualBreakpointMethod · 0.64