MCPcopy Create free account
hub / github.com/Snapchat/Valdi / _onThreadResumed

Method _onThreadResumed

valdi/vscode_debugger/src/adapter/threads.ts:1397–1404  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1395 }
1396
1397 private _onThreadResumed() {
1398 this._dap.with(dap =>
1399 dap.continued({
1400 threadId: this.id,
1401 allThreadsContinued: false,
1402 }),
1403 );
1404 }
1405
1406 public async setScriptSourceMapHandler(
1407 pause: boolean,

Callers 2

refreshStackTraceMethod · 0.95
onResumedMethod · 0.95

Calls 2

withMethod · 0.80
continuedMethod · 0.80

Tested by

no test coverage detected