xmake-io / xmake-vscode

🍩 A XMake integration in Visual Studio Code
https://xmake.io
Apache License 2.0
230 stars 54 forks source link

调试时提示:Unable to start debugging. Unexpected LLDB output from command "-interpreter-exec console "version"". Undefined command: "version". Try "help". #58

Closed huangqi329 closed 3 years ago

huangqi329 commented 3 years ago

环境:macos 11 xmake及插件都是安装的最新版本,编译并启动调试时提示如下: Unable to start debugging. Unexpected LLDB output from command "-interpreter-exec console "version"". Undefined command: "version". Try "help".

image

waruqi commented 3 years ago

是从最底下工具栏按钮 启动的调试么?如果是,还是不行,那你可以研究下 c++ 那个插件的调试是否可用,xmake-vscode 插件也是直接直接调用 c++ 的插件里面的调试功能。

或者切换到 codelldb 插件调试,相关使用 issues 有很多说明,你可以找下

huangqi329 commented 3 years ago

切换到codelldb可以了~~