使用 Visual Studio Code 在 CMake 脚本模式下调试 vcpkg portfiles
原文英文,约800词,阅读约需3分钟。发表于: 。We recently announced support for debugging the CMake language using the VS Code CMake Tools extension. Now in version 1.16 of the extension, you can fine-tune the debugger configuration using a...
VS Code CMake Tools扩展支持在CMake脚本模式下进行调试,通过launch.json文件可以对调试器配置进行微调。文章介绍了调试vcpkg portfiles的方法,并提供了配置文件示例。同时,还介绍了快速调试CMake脚本的方法。未来,该功能将引入到Visual Studio中。