[Lldb-commits] [lldb] [vscode-lldb] Improve logging in Server Mode (PR #159672)
Roy Shi via lldb-commits
lldb-commits at lists.llvm.org
Fri Sep 19 09:55:02 PDT 2025
royitaqi wrote:
> Instead of using the username, can we use something more anonymous like the VSCode PID?
I like the VSCode PID idea. It's more anonymous AND it avoids conflict when one user start two debug sessions from two VSCode instances in the same second.
I will update the patch.
https://github.com/llvm/llvm-project/pull/159672
More information about the lldb-commits
mailing list