Issue 181189
Summary [lldb-dap] When running in server mode settings are shared between debugger instances
Labels lldb, lldb-dap
Assignees
Reporter ashgti
    If you are using lldb-dap in server mode and set a setting in one instance, those settings would be applied to any new debugger instances created after that point.

For example, if you use `settings set target.run-args 1 2 3` that would be used for all debug sessions after that.

If possible, we should see if we can isolate these settings better.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to