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

Method findVariableByVarobjName

plugins/debuggercommon/midebugsession.cpp:133–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131}
132
133MIVariable* MIDebugSession::findVariableByVarobjName(const QString &varobjName) const
134{
135 if (m_allVariables.count(varobjName) == 0)
136 return nullptr;
137 return m_allVariables.value(varobjName);
138}
139
140void MIDebugSession::markAllVariableDead()
141{

Callers 1

handleVarUpdateMethod · 0.80

Calls 2

countMethod · 0.45
valueMethod · 0.45

Tested by

no test coverage detected