[Lldb-commits] [lldb] [lldb-dap] Support vscode launch URLs (PR #125843)
Adrian Vogelsgesang via lldb-commits
lldb-commits at lists.llvm.org
Wed Feb 5 04:06:43 PST 2025
vogelsgesang wrote:
Here is a screen recording
https://github.com/user-attachments/assets/2092beca-3c52-4395-93a6-cf6ad16d1178
and the [example script](https://gist.github.com/vogelsgesang/572b04dc1d447776964fb7e40fd8b261).
Note that I had to launch my program using `${CWD}/a.out` instead of simply using `./a.out`. It seems as if `target create` commands in lldb-dap do not respect the current working directory. But that's an issue for another day
https://github.com/llvm/llvm-project/pull/125843
More information about the lldb-commits
mailing list