claude-debugs-for-you logo

claude-debugs-for-youאפשר לכל LLM (למשל Claude) לבצע ניפוי אינטראקטיבי של כל שפה עבורך באמצעות MCP ותוסף VS Code

(0)
Daniel Nikulshynנבדק על ידי Daniel Nikulshyn·עודכן יולי 2026

סקירה

Claude Debugs For You הוא שרת MCP ותוסף VS Code המאפשרים לכל מודל שפה גדול (LLM), כולל Claude, לבצע ניפוי אינטראקטיבי של כל שפה. הוא אינו תלוי בשפה ודורש קונסולת ניפוי וקובץ launch.json תקין לניפוי ב- VS Code. ניתן להגדיר את התוסף לעבודה עם לקוחות אחרים, כגון Claude Desktop, Continue או שרתים אחרים של MCP. הוא יכול להעריך ביטויים ולהציע תיקונים לבעיות שהוא נתקל בהן. תהליך ההגדרה כולל התקנת התוסף, הגדרת שרת MCP ובחירת מודל שיכול להשתמש בכלי.

תכונות עיקריות

  • ניפוי אינטראקטיבי עם LLMs
  • ניפוי ללא תלות בשפה
  • שילוב עם VS Code
  • תמיכה בפרוטוקולים stdio ו- SSE

תמחור

מודל
Free
קטגוריה
שרתי MCP
דירוג
אין עדיין ביקורות

מקרי שימוש

ניפוי יישום Node.js

השתמש ב-Claude Debugs For You כדי לבצע ניפוי אינטראקטיבי של יישום Node.js ב- VS Code. הגדר את הכלי עם פרוטוקול stdio וחבר אותו ל- Claude Desktop לקבלת עזרה.

ניפוי סקריפט Python

השתמש ב-Claude Debugs For You כדי לבצע ניפוי של סקריפט Python ב- VS Code. הגדר את הכלי עם פרוטוקול SSE וחבר אותו ללקוח תואם כמו Cursor לקבלת עזרה בזמן אמת.

יתרונות וחסרונות

יתרונות

  • מאפשר ניפוי אינטראקטיבי עם LLMs כמו Claude
  • בלתי תלוי בשפה, עובד עם כל שפה
  • משתלב עם VS Code לחוויית ניפוי חלקה

חסרונות

  • דורש קובץ launch.json תקין לניפוי ב- VSCode
  • יכול לדרוש הגדרה נוספת עבור לקוחות או תצורות מסוימות

ביקורות

התחבר כדי להשאיר ביקורת.

עדיין אין ביקורות. היה הראשון!

שאלות ותשובות

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

שאל שאלה

חלופות לשרתי MCP