Get the latest tech news
Dcmake: A new CMake debugger UI
llprogram.com/blog/2026/04/07/ CMake has a --debugger mode since 3.27 (July 2023), allowing software to manipulate it interactively through the Debugger Adaptor Protocol (DAP), an HTTP-like protocol passing JSON messages. Debugger front-ends can start, stop, step, breakpoint, query variables, etc.
None
Or read this on Hacker News