Skip to content

Commit ef84287

Browse files
committed
[lldb][lldb-dap] show modules pane if supported by the adapter
Added logic to dynamically set the `lldb-dap.showModules` context based on the presence of modules in the debug session.
1 parent 2d98cf6 commit ef84287

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/tools/lldb-dap/src-ts/debug-session-tracker.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ export class DebugSessionTracker
118118
console.error("unexpected module event reason");
119119
break;
120120
}
121-
122121
this.modules.set(session, modules);
123122
this.modulesChanged.fire();
124123
}

0 commit comments

Comments
 (0)