MCPcopy 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
144void IDebugSessionPrivate::slotStateChanged(IDebugSession::DebuggerState state)
145{
146 if (state != IDebugSession::PausedState) {
147 q->clearCurrentPosition();
148 }
149}
150
151}
152

Callers 1

IDebugSessionMethod · 0.80

Calls 1

clearCurrentPositionMethod · 0.80

Tested by

no test coverage detected