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

Method hit

kdevplatform/debugger/interfaces/ibreakpointcontroller.cpp:226–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224}
225
226void IBreakpointController::hit(KDevelop::Breakpoint* breakpoint, const QString &msg)
227{
228 int row = breakpointModel()->breakpointIndex(breakpoint, 0).row();
229 notifyHit(row, msg);
230}
231
232}
233

Callers

nothing calls this directly

Calls 3

breakpointModelFunction · 0.85
breakpointIndexMethod · 0.80
rowMethod · 0.45

Tested by

no test coverage detected