MCPcopy Create free account
hub / github.com/Snapchat/Valdi / evaluateOnCallFrame

Method evaluateOnCallFrame

valdi/vscode_debugger/src/cdp/api.d.ts:4043–4043  ·  view source on GitHub ↗

* Evaluates expression on a given call frame.

(
      params: Debugger.EvaluateOnCallFrameParams,
    )

Source from the content-addressed store, hash-verified

4041 * Evaluates expression on a given call frame.
4042 */
4043 evaluateOnCallFrame(
4044 params: Debugger.EvaluateOnCallFrameParams,
4045 ): Promise<Debugger.EvaluateOnCallFrameResult | undefined>;
4046

Callers 2

setVariableMethod · 0.80
prepareMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected