Introducing CMake Debugger in VS Code: Debug your CMake Scripts using Open-Source CMake Debugger

Introducing CMake Debugger in VS Code
The new CMake Debugger is now available in Visual Studio Code. Users can debug their CMakeLists.txt scripts using the CMake Tools Extension. The implementation of the CMake debugger is available in CMake version 3.27. Users can open the debugger in their project from the command palette or from the CMake Project Outline in the CMake Tools side panel. In case of a failed CMake configure, a notification will appear to launch the debugger. The Visual C++ team is also working on implementing CMake language services and improving the CMake side panel and status bar experiences based on user feedback. Users are encouraged to download the CMake Tools extension and provide feedback.