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

Method _onThreadResumed

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

Source from the content-addressed store, hash-verified

1938 }
1939
1940 private _onThreadResumed() {
1941 this._dap.with(dap =>
1942 dap.continued({
1943 threadId: this.id,
1944 allThreadsContinued: false,
1945 })
1946 );
1947 }
1948
1949 /**
1950 * Returns whether the pause event is (probably) from a cross-thread step.

Callers 2

refreshStackTraceMethod · 0.95
onResumedMethod · 0.95

Calls 2

withMethod · 0.80
continuedMethod · 0.80

Tested by

no test coverage detected