================ @@ -146,6 +164,10 @@ export class DebugSessionTracker this.logger.info( `Session "${session.name}" exited with code ${exitCode}`, ); + + this.sessionExited.fire(session); + } else if (isEvent(message, "capabilities")) { + this.sessionGotCapabilities.fire([ session, message.body.capabilities ]); ---------------- ashgti wrote:
Fair enough, I suppose we don't need to save it then. https://github.com/llvm/llvm-project/pull/153836 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits