macos vscode使用codelldb插件断点调试rust踩坑

427 阅读1分钟

报错如下

Unable to start debugging. Launch options string provided by the project system is invalid. Unable to determine path to debugger.  Please specify the "MIDebuggerPath" option.

image.png

具体原因

  • ra和codelldb冲突

解决:选择codelldb内置的vscode-lldb

632ef9d9e315eed33cd711a1fd6a8199.png