()
| 74 | } |
| 75 | |
| 76 | public stopAll() { |
| 77 | this.broadcastDFS((arg) => { |
| 78 | vscode.debug.stopDebugging(arg.session); |
| 79 | }); |
| 80 | } |
| 81 | |
| 82 | public static RemoveSession(session: vscode.DebugSession) { |
| 83 | const s = CDebugSession.FindSession(session); |
nothing calls this directly
no test coverage detected