()
| 492 | } |
| 493 | |
| 494 | private killTimer() { |
| 495 | if (this.timeout) { |
| 496 | // console.error('Killing Timer'); |
| 497 | clearTimeout(this.timeout); |
| 498 | this.timeout = undefined; |
| 499 | } |
| 500 | } |
| 501 | |
| 502 | public debugSessionTerminated(session: vscode.DebugSession) { |
| 503 | if (this.isSameSession(session)) { |
no outgoing calls
no test coverage detected