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

Method stateChanged

plugins/debuggercommon/mivariablecontroller.cpp:241–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

239}
240
241void MIVariableController::stateChanged(IDebugSession::DebuggerState state)
242{
243 if (state == IDebugSession::EndedState) {
244 debugSession()->markAllVariableDead();
245 }
246}
247
248#include "moc_mivariablecontroller.cpp"

Callers

nothing calls this directly

Calls 1

markAllVariableDeadMethod · 0.80

Tested by

no test coverage detected