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

Method stopDebugger

kdevplatform/shell/debugcontroller.cpp:545–549  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543#endif
544
545void DebugController::stopDebugger() {
546 if (m_currentSession) {
547 m_currentSession->stopDebugger();
548 }
549}
550void DebugController::interruptDebugger() {
551 if (m_currentSession) {
552 m_currentSession->interruptDebugger();

Callers 2

cleanupMethod · 0.45
addSessionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected