使用 Visual Studio 在 Linux 上调试 CMake 脚本
原文英文,约400词,阅读约需2分钟。发表于: 。If you are working on a CMake project that targets Linux, you may have encountered some challenges when trying to debug your CMake scripts and CMakeLists.txt files. You may have wondered why your...
Visual Studio 现在支持通过 WSL 或 SSH 调试 Linux 上的 CMake 项目。用户可以在 CMakeLists.txt 或 .cmake 文件中设置断点,启动调试器,检查变量和表达式,并逐步调试 CMake 代码。此功能适用于 WSL 和 SSH 连接,需在远程 Linux 上安装 CMake 3.27 或更高版本。用户可通过反馈按钮提供建议。