MCPcopy
hub / github.com/microsoft/vscode-js-debug / _evaluateOnAsyncFrameError

Method _evaluateOnAsyncFrameError

src/adapter/threads.ts:379–381  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

377 }
378
379 _evaluateOnAsyncFrameError(): Dap.Error {
380 return errors.createSilentError(l10n.t('Unable to evaluate on async stack frame'));
381 }
382
383 async restartFrame(params: Dap.RestartFrameParams): Promise<Dap.RestartFrameResult | Dap.Error> {
384 const stackFrame = this._pausedDetails?.stackTrace.frame(params.frameId)?.root;

Callers 2

completionsMethod · 0.95
evaluateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected