The absence of lldb-mi
prevents debugging clang
-compiled programs with gdb
, meaning that even if the clang
task is set as the default, the configuration still needs to be manually selected each time the program is run.
#13081
Labels
Environment
Bug Summary and Steps to Reproduce
Bug Summary:
Even when configured to use
gdb
to debug programs compiled withclang
, the C/C++ extension still ignores theclang
debug configuration due to the absence oflldb-mi
. This results in the need to manually select the configuration each time the program is run, even if theclang
task is set as the default.Related issue: #12006, but this is not a duplicate (I'm not using
lldb
at all).Steps to reproduce:
gdb
instead oflldb
to debug programs compiled withclang
:and I have to manually select the configuration each time the program is run, even if the
clang
task is set as the default:Debugger Configurations
task.json:
launch.json
C/C++ Extension Logs
The text was updated successfully, but these errors were encountered: