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

Method runToCursor

kdevplatform/shell/debugcontroller.cpp:565–569  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563}
564
565void DebugController::runToCursor() {
566 if (m_currentSession) {
567 m_currentSession->runToCursor();
568 }
569}
570void DebugController::jumpToCursor() {
571 if (m_currentSession) {
572 m_currentSession->jumpToCursor();

Callers 1

initTestCaseMethod · 0.45

Calls

no outgoing calls

Tested by 1

initTestCaseMethod · 0.36