MCPcopy 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
133void DebugController::cleanup()
134{
135 if (m_currentSession) {
136 m_currentSession->stopDebugger();
137 }
138}
139
140DebugController::~DebugController()
141{

Callers

nothing calls this directly

Calls 1

stopDebuggerMethod · 0.45

Tested by

no test coverage detected