lvgl / lv_port_pc_vscode

MIT License
217 stars 136 forks source link

fix(lldb) Configured launch.json to use LLDB in macOS and gdb in linux/Windows #41

Closed spi3ex closed 1 month ago

spi3ex commented 1 month ago

Description of the feature or fix

Since lldb-mi is not present in macOS we can use the default lldb to launch debug. Added linux/windows support for gdb

kisvegabor commented 1 month ago

Tested on Linux, and it worked well! Thanks!