MCPcopy Create free account
hub / github.com/WebFreak001/code-debug / changeVariable

Method changeVariable

src/backend/backend.ts:79–79  ·  view source on GitHub ↗
(name: string, rawValue: string)

Source from the content-addressed store, hash-verified

77 evalExpression(name: string, thread: number, frame: number): Thenable<any>;
78 isReady(): boolean;
79 changeVariable(name: string, rawValue: string): Thenable<any>;
80 examineMemory(from: number, to: number): Thenable<any>;
81}
82

Callers 1

setVariableRequestMethod · 0.65

Implementers 1

MI2src/backend/mi2/mi2.ts

Calls

no outgoing calls

Tested by

no test coverage detected