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

Method run

kdevplatform/shell/debugcontroller.cpp:556–563  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

554}
555
556void DebugController::run() {
557 if (m_continueStartsDebug) {
558 Core::self()->runControllerInternal()->debugCurrentLaunch();
559 } else {
560 Q_ASSERT(m_currentSession);
561 m_currentSession->run();
562 }
563}
564
565void DebugController::runToCursor() {
566 if (m_currentSession) {

Callers

nothing calls this directly

Calls 2

debugCurrentLaunchMethod · 0.80
runControllerInternalMethod · 0.80

Tested by

no test coverage detected