Traditional debugging requires manually setting breakpoints, stepping through code, and inspecting state. DAP-MCP exposes these capabilities to LLMs, enabling: ...
This is a sample project that shows how to debug PyO3 extension using Visual Studio Code. It allows to set breakpoints in Python sources and tests, as well as in Rust sources, and step through Python ...