()
| 143 | } |
| 144 | |
| 145 | private async connectToVmServiceIfReady() { |
| 146 | if (this.vmServiceUri && this.appHasStarted && !this.vmService) |
| 147 | await this.initDebugger(this.vmServiceUri); |
| 148 | } |
| 149 | |
| 150 | protected async terminate(force: boolean): Promise<void> { |
| 151 | if (!this.appHasBeenToldToStopOrDetach) { |