MCPcopy
hub / github.com/microsoft/vscode-js-debug / launchBlocker

Method launchBlocker

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

Source from the content-addressed store, hash-verified

272 }
273
274 public async launchBlocker(): Promise<void> {
275 await this._configurationDoneDeferred.promise;
276 await this._thread?.debuggerReady.promise;
277 await this._services.get<IExceptionPauseService>(IExceptionPauseService).launchBlocker;
278 await this.breakpointManager.launchBlocker();
279 }
280
281 async _onSetExcludedCallers({
282 callers,

Callers 2

startThreadMethod · 0.45
initAdapterMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected