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

Method refreshStackTrace

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

Source from the content-addressed store, hash-verified

915 }
916
917 async refreshStackTrace() {
918 if (!this._pausedDetails) {
919 return;
920 }
921
922 this._pausedDetails = await this._createPausedDetails(this._pausedDetails.event);
923 this._onThreadResumed();
924 await this._onThreadPaused(this._pausedDetails);
925 }
926
927 private _executionContextCreated(description: Cdp.Runtime.ExecutionContextDescription) {
928 const context = new ExecutionContext(description);

Callers 3

constructorMethod · 0.95
_onDisableSourcemapMethod · 0.80
_refreshStackTraceMethod · 0.80

Calls 3

_createPausedDetailsMethod · 0.95
_onThreadResumedMethod · 0.95
_onThreadPausedMethod · 0.95

Tested by

no test coverage detected