================ @@ -70,9 +71,21 @@ export class DebugSessionTracker /** Clear information from the active session. */ private onExit(session: vscode.DebugSession) { this.modules.delete(session); + // close when there is no more sessions + if (this.modules.size <= 0) { ---------------- da-viper wrote:
It old practice from C https://github.com/llvm/llvm-project/pull/140603 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits