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

Method _refreshStackTrace

src/adapter/debugAdapter.ts:539–543  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

537 }
538
539 async _refreshStackTrace() {
540 if (!this._thread) return;
541 const details = this._thread.pausedDetails();
542 if (details) await this._thread.refreshStackTrace();
543 }
544
545 createThread(cdp: Cdp.Api, target: ITarget): Thread {
546 this._thread = new Thread(

Callers 2

_toggleSkipFileStatusMethod · 0.95
_prettyPrintSourceMethod · 0.95

Calls 2

pausedDetailsMethod · 0.80
refreshStackTraceMethod · 0.80

Tested by

no test coverage detected