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

Method _toggleSkipFileStatus

src/adapter/debugAdapter.ts:598–604  ·  view source on GitHub ↗
(
    params: Dap.ToggleSkipFileStatusParams,
  )

Source from the content-addressed store, hash-verified

596 }
597
598 async _toggleSkipFileStatus(
599 params: Dap.ToggleSkipFileStatusParams,
600 ): Promise<Dap.ToggleSkipFileStatusResult | Dap.Error> {
601 await this._services.get<ScriptSkipper>(IScriptSkipper).toggleSkippingFile(params);
602 await this._refreshStackTrace();
603 return {};
604 }
605
606 async _prettyPrintSource(
607 params: Dap.PrettyPrintSourceParams,

Callers 1

constructorMethod · 0.95

Calls 2

_refreshStackTraceMethod · 0.95
toggleSkippingFileMethod · 0.80

Tested by

no test coverage detected