[Lldb-commits] [lldb] [lldb-dap] Add module symbol table viewer to VS Code extension #140626 (PR #153836)

John Harrison via lldb-commits lldb-commits at lists.llvm.org
Tue Aug 19 08:52:00 PDT 2025


================
@@ -39,6 +45,9 @@ export class DebugSessionTracker
   private modulesChanged = new vscode.EventEmitter<
     vscode.DebugSession | undefined
   >();
+  private sessionGotCapabilities =
----------------
ashgti wrote:

Sounds good to me

https://github.com/llvm/llvm-project/pull/153836


More information about the lldb-commits mailing list