()
| 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, |
no outgoing calls
no test coverage detected