(debugSession: TSessionImpl)
| 123 | ) {} |
| 124 | |
| 125 | public terminate(debugSession: TSessionImpl) { |
| 126 | const session = this._sessions.get(debugSession.id); |
| 127 | this._sessions.delete(debugSession.id); |
| 128 | if (session) session.dispose(); |
| 129 | } |
| 130 | |
| 131 | /** |
| 132 | * @inheritdoc |