Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KDE/kdevelop
/ slotStateChanged
Method
slotStateChanged
kdevplatform/debugger/interfaces/idebugsession.cpp:144–149 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
142
}
143
144
void IDebugSessionPrivate::slotStateChanged(IDebugSession::DebuggerState state)
145
{
146
if (state != IDebugSession::PausedState) {
147
q->clearCurrentPosition();
148
}
149
}
150
151
}
152
Callers
1
IDebugSession
Method · 0.80
Calls
1
clearCurrentPosition
Method · 0.80
Tested by
no test coverage detected