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

Method debugSession

kdevplatform/debugger/interfaces/ibreakpointcontroller.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37IDebugSession* IBreakpointController::debugSession() const
38{
39 return static_cast<IDebugSession*>(const_cast<QObject*>(QObject::parent()));
40}
41
42BreakpointModel* IBreakpointController::breakpointModel() const
43{

Callers

nothing calls this directly

Calls 1

parentFunction · 0.85

Tested by

no test coverage detected