MCPcopy Create free account
hub / github.com/Marus/cortex-debug / getFloatingVariable

Method getFloatingVariable

src/gdb.ts:2718–2722  ·  view source on GitHub ↗
(scopeId: number, name: string)

Source from the content-addressed store, hash-verified

2716 }
2717
2718 private getFloatingVariable(scopeId: number, name: string): VariableObject {
2719 const scopeMap = this.floatingVariableMap[scopeId];
2720 const ret = scopeMap ? scopeMap[name] : null;
2721 return ret;
2722 }
2723
2724 private async staticVariablesRequest(
2725 threadId: number,

Callers 1

setVariableRequestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected