(err: any)
| 165 | } |
| 166 | |
| 167 | protected launchError(err: any) { |
| 168 | this.handleMsg("stderr", "Could not start debugger process, does the program exist in filesystem?\n"); |
| 169 | this.handleMsg("stderr", err.toString() + "\n"); |
| 170 | this.quitEvent(); |
| 171 | } |
| 172 | |
| 173 | protected disconnectRequest(response: DebugProtocol.DisconnectResponse, args: DebugProtocol.DisconnectArguments): void { |
| 174 | if (this.attached) |