Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
565
void DebugController::runToCursor() {
566
if (m_currentSession) {
567
m_currentSession->runToCursor();
568
}
569
}
570
void DebugController::jumpToCursor() {
571
if (m_currentSession) {
572
m_currentSession->jumpToCursor();
Callers
1
initTestCase
Method · 0.45
Calls
no outgoing calls
Tested by
1
initTestCase
Method · 0.36