[Lldb-commits] [lldb] [vscode-lldb] Improve logging in Server Mode (PR #159672)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Fri Sep 19 13:47:25 PDT 2025


JDevlieghere wrote:

Using the session ID sounds fine. I suppose the first segment of the UUID is unique enough, so if it's easy, I'd lean towards that. I also think we can drop the `-session` and `-vscode` from the filename (unless forks like cursor would report something else and folks think that useful).

Ideally, the filename would look like this: 

```
lldb-dap-20250919T133507-54067173.log
```

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


More information about the lldb-commits mailing list