Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
37
IDebugSession* IBreakpointController::debugSession() const
38
{
39
return static_cast<IDebugSession*>(const_cast<QObject*>(QObject::parent()));
40
}
41
42
BreakpointModel* IBreakpointController::breakpointModel() const
43
{
Callers
nothing calls this directly
Calls
1
parent
Function · 0.85
Tested by
no test coverage detected