Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ cleanup
Method
cleanup
kdevplatform/shell/debugcontroller.cpp:133–138 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
131
132
133
void DebugController::cleanup()
134
{
135
if (m_currentSession) {
136
m_currentSession->stopDebugger();
137
}
138
}
139
140
DebugController::~DebugController()
141
{
Callers
nothing calls this directly
Calls
1
stopDebugger
Method · 0.45
Tested by
no test coverage detected