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

Method updateLocals

plugins/debuggercommon/mivariablecontroller.cpp:154–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152};
153
154void MIVariableController::updateLocals()
155{
156 debugSession()->addCommand(StackListLocals, QStringLiteral("--simple-values"),
157 new StackListLocalsHandler(debugSession()));
158}
159
160Range MIVariableController::expressionRangeUnderCursor(Document* doc, const Cursor& cursor)
161{

Callers 1

handleMethod · 0.45

Calls 1

addCommandMethod · 0.60

Tested by

no test coverage detected