Unable to automatically determine debugger corresponding to compiler #2877
-
[debugger] Unable to automatically determine debugger corresponding to compiler: ~/toolchains/llvm-13/bin/clang platform: Linux { |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
CMake Tools does not use your |
Beta Was this translation helpful? Give feedback.
CMake Tools does not use your
launch.json
to start the debugger. It generates one based on the information it has and goes through the C/C++ extension instead of the Code LLDB extension. If you have a launch.json that works, then use theF5
key to start debugging instead of the debug button in the status bar. You can also remove the debug button from the status bar with thecmake.statusbar.advanced
setting if that helps you avoid clicking it.