写CMakeList.txt并在vscode中使用cmake-tool插件完成编译调试
但偶尔会出现找不到调试目标的问题
“Failed to prepare executable target with name 'undefined'”
解决方案
- 重启vscode(部分时候有效解决问题)
- 通过命令"CMake: Set Debug Target"来主动设置调试对象(在我的环境下选择该选项,但并没有弹出设置选项,参考link),
- 通过CMake面板能看到构建和调试当前对象
写CMakeList.txt并在vscode中使用cmake-tool插件完成编译调试
但偶尔会出现找不到调试目标的问题
“Failed to prepare executable target with name 'undefined'”
解决方案
本文标题:vscode中使用cmake-tool
本文链接:https://www.haomeiwen.com/subject/psrnoltx.html
网友评论