claude-debugs-for-you
If you are the rightful owner of claude-debugs-for-you and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
Claude Debugs For You is a VS Code extension and MCP server that enables interactive debugging with Claude or other LLMs.
Claude Debugs For You, also known as Vibe Debugging, is a Model Context Protocol (MCP) server and Visual Studio Code extension that allows Claude, or any other language model, to interactively debug and evaluate code expressions. It is designed to be language-agnostic, provided there is debugger console support and a valid launch.json configuration in VS Code. The extension can be downloaded from the VS Code Marketplace or directly from the releases page. Once installed, it provides a status menu item in VS Code to indicate its operational status. The extension supports both stdio and /sse communication protocols, making it versatile for different setups, including Claude Desktop and Continue. Users can configure the MCP server path and start debugging by opening a project with a .vscode/launch.json file. The extension also supports conditional breakpoints and aims to enhance debugging by suggesting fixes and allowing users to apply them directly.
Features
- Interactive Debugging: Allows Claude or other LLMs to debug code interactively.
- Language-Agnostic: Works with any language supported by VS Code's debugger console.
- Multiple Protocol Support: Supports stdio and /sse communication protocols.
- Conditional Breakpoints: Supports setting conditional breakpoints for more precise debugging.
- VS Code Integration: Seamlessly integrates with VS Code, providing a status menu and easy configuration.