vadimcn / codelldb

A native debugger extension for VSCode based on LLDB
https://marketplace.visualstudio.com/items?itemName=vadimcn.vscode-lldb
MIT License
2.51k stars 244 forks source link

Different backend for different launch configurations #1049

Closed ajihyf closed 14 hours ago

ajihyf commented 9 months ago

Thank you for creating such a helpful extension. Our project is developed across multiple platforms and certain platforms require specifying a particular LLDB backend. Using lldb.library works well, but switching platforms necessitates manual edits to settings.json. Would it be possible to support this option within the configurations in launch.json, enabling me to pre-configure it for different platforms right within launch.json?

vadimcn commented 14 hours ago

No, but you can achieve this with VSCode profiles or extensions like this one.