claude-debugs-for-you logo

claude-debugs-for-you通过MCP和VS Code扩展,使任何LLM(例如Claude)能够为您交互式调试任何语言

(0)
Daniel Nikulshyn审阅者 Daniel Nikulshyn·更新 2026年7月

概览

Claude Debugs For You 是一个MCP服务器和VS Code扩展,使任何大型语言模型(LLM),包括Claude,能够交互式调试任何语言。它是与语言无关的,需要一个调试器控制台和一个有效的launch.json配置,以便在VS Code中调试。该扩展可以设置为与其他客户端(如Claude Desktop,Continue或其他MCP服务器)一起使用。它可以评估表达式并建议解决遇到的问题的修复方法。设置过程包括安装扩展,配置MCP服务器和选择一个能够使用工具的模型。

主要功能

  • 与LLM的交互式调试
  • 与语言无关的调试
  • 与VS Code集成
  • 支持stdio和SSE协议

价格

模型
Free
评分
暂无评价

使用场景

调试Node.js应用程序

使用Claude Debugs For You在VS Code中交互式调试Node.js应用程序。使用stdio协议设置工具,并将其连接到Claude Desktop以获得帮助。

调试Python脚本

使用Claude Debugs For You调试VS Code中的Python脚本。使用SSE协议配置工具,并将其连接到兼容的客户端(如Cursor),以获得实时调试帮助。

优点 & 缺点

优点

  • 使Claude等LLM能够进行交互式调试
  • 与语言无关,适用于任何语言
  • 与VS Code集成,提供无缝调试体验

缺点

  • 需要在VSCode中进行有效的launch.json调试
  • 可能需要为某些客户端或配置进行额外的设置

评测

登录以留下评测。

暂无评测。来当第一个吧!

问答

What are the limitations when using other MCP clients like Continue or Cursor?

You need to configure the MCP server’s SSE address (e.g., http://localhost:4711/sse) and add it to the client’s configuration. Some clients may require a manual refresh or restart to recognize the server, and the setup may vary slightly compared to Claude Desktop.

Asked by Gabriel Duarte · Nov 17, 2025

Can this tool debug languages other than JavaScript?

Yes, it is language‑agnostic as long as VS Code can launch a debugger for that language and you have a valid launch.json. The extension works with any language supported by the VS Code debugger console.

Asked by Fiorella Bianchi · Oct 17, 2025

How do I set up the MCP server to work with Claude Desktop?

Install the VS Code extension, then copy the MCP debug server stdio path from the "Copy MCP Debug Server stdio path to clipboard" command. Update the path in your claude_desktop_config.json under mcpServers.debug.command, then restart Claude Desktop so it connects to the server.

Asked by Sven Bergqvist · Sep 30, 2025

What are the system requirements for using Claude Debugs For You?

The extension requires VS Code with a valid launch.json configuration for the project you want to debug, a debugger console that supports stdio or SSE, and an MCP server running (e.g., Claude Desktop or Continue). The LLM used must be able to execute tools via the MCP protocol.

Asked by Omar Haddad · Aug 2, 2025

提问

服务配缩器 的替代品