MCPcopy Index your code
hub / github.com/microsoft/vscode-js-debug / _stackFrameNotFoundError

Method _stackFrameNotFoundError

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

Source from the content-addressed store, hash-verified

373 }
374
375 _stackFrameNotFoundError(): Dap.Error {
376 return errors.createSilentError(l10n.t('Stack frame not found'));
377 }
378
379 _evaluateOnAsyncFrameError(): Dap.Error {
380 return errors.createSilentError(l10n.t('Unable to evaluate on async stack frame'));

Callers 4

restartFrameMethod · 0.95
scopesMethod · 0.95
completionsMethod · 0.95
evaluateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected