Find AI-powered debugging tools that help identify, diagnose, and fix bugs in your code automatically.
Debugging tools are AI-powered software designed to help developers and teams tackle debugging-related tasks more efficiently. These tools are typically published as open-source projects on GitHub and can be integrated into existing workflows via MCP (Model Context Protocol), Claude Skills, or standalone agent frameworks. On Agent Skills Hub, we index 10 quality-scored debugging tools across languages including TypeScript, C++, Lua.
In 2026, the AI agent ecosystem is maturing rapidly. Debugging tools can significantly boost development efficiency by automating repetitive tasks, reducing human error, and providing intelligent suggestions. The top 3 tools — inspector, Gearboy, cheatengine-mcp-bridge — have earned an average of 525 GitHub stars, reflecting strong community validation. 9 of the listed tools come with clear open-source licenses, ensuring freedom to use and modify.
When choosing a debugging tool, consider these factors: 1) Community activity — GitHub stars and recent commit frequency indicate reliability; 2) Integration method — check if it supports MCP, Claude, or your preferred agent framework; 3) Language compatibility — the most common language in this list is TypeScript; 4) Quality score — Agent Skills Hub's composite score evaluates code quality, documentation completeness, and maintenance activity. Our recommendation: start with inspector — it ranks highest in both star count and quality score.
Development platform to debug, chat, inspect, and evaluate MCP servers, MCP apps, and ChatGPT apps.
Game Boy / Game Boy Color / Super Game Boy emulator, debugger and embedded MCP server for macOS, Windows, Linux, BSD and RetroArch.
Connect Cursor, Copilot & Claude AI directly to Cheat Engine via MCP. Automate reverse engineering, pointer scanning, and memory analysis using natural language.
Gift your VS Code agent a real debugger: breakpoints, stepping, inspection.
Sega Master System / Game Gear / SG-1000 emulator, debugger and embedded MCP server for macOS, Windows, Linux, BSD and RetroArch.
Adversarial AI bug hunter with auto-fix skill for Claude Code, Cursor, Codex CLI, GitHub Copilot CLI, Kiro CLI, Opencode, Pi Coding Agent, and more. Multi-agent pipeline finds security vulnerabilities, logic errors, and runtime bugs — then fixes them autonomously on a safe branch.
Unified MCP server for querying OpenTelemetry traces across multiple backends (Jaeger, Tempo, Traceloop, etc.), enabling AI agents to analyze distributed traces for automated debugging and observability.
An open-source collection of embedded development and debugging skills for Claude Code, Copilot, TRAE, and other AI coding assistants that support the Skill protocol. Once installed, the AI assistant can directly operate compilers, debuggers, and communication buses, automating the full workflow from code generation to hardware verification.
An interactive disassembler for the CPU 6502, focused mostly on Commodore 8-bit computers. Features a TUI with modern features like x-ref, undo/redo, arrows, keyboard-driven, mcp server, VICE debugger and more!
CLI tool for agents to quickly access browser telemetry (DOM, network, console) via Chrome DevTools Protocol.
| Tool | Stars | Language | License | Score |
|---|---|---|---|---|
| inspector | ★ 1.9k | TypeScript | — | 46 |
| Gearboy | ★ 1.1k | C++ | GPL-3.0 | 45 |
| cheatengine-mcp-bridge | ★ 637 | Lua | MIT | 53 |
| DebugMCP | ★ 336 | TypeScript | MIT | 49 |
| Gearsystem | ★ 364 | C++ | GPL-3.0 | 43 |
| bug-hunter | ★ 209 | JavaScript | MIT | 46 |
| opentelemetry-mcp-server | ★ 184 | Python | Apache-2.0 | 40 |
| embeddedskills | ★ 170 | Python | MIT | 39 |
| regenerator2000 | ★ 158 | Rust | Apache-2.0 | 40 |
| browser-debugger-cli | ★ 124 | TypeScript | MIT | 36 |
The top debugging tools in 2026 are inspector, Gearboy, cheatengine-mcp-bridge. Agent Skills Hub ranks 10 options by GitHub stars, quality score (6 dimensions including completeness, examples, and agent readiness), and recent activity. The list is rebuilt every 8 hours from live GitHub data.
inspector (1.9k stars) is the most adopted choice for general debugging workflows, written in TypeScript. Gearboy (1.1k stars) is a strong alternative and uses C++ instead. Pick by your existing stack: match the language and runtime your team already uses to minimize integration cost. If unsure, start with inspector — it has the deepest community and the most examples online.
Avoid pre-built debugging tools when (1) your use case requires deep customization that the tool's plugin system doesn't support, (2) you have strict compliance requirements that ban third-party dependencies, (3) the tool's maintenance is inactive (last commit >6 months ago), or (4) your data volume is small enough that a 50-line custom script is cheaper than learning the tool. For most production workflows above 100 requests/day, the time savings from a maintained tool outweigh the customization loss.
Debugging focuses specifically on find ai-powered debugging tools that help identify, diagnose, and fix bugs in your code automatically. Code Review is a related but distinct category — see https://agentskillshub.top/best/code-review/ for those tools. The two often appear in the same agent pipeline but solve different problems: choose debugging when your primary goal is the specific task, and code review when the workflow is broader.
For most teams, yes. inspector has 1.9k stars worth of community testing, handles edge cases you haven't thought of, and ships with documentation. Build your own only when (1) your requirements are deeply non-standard, (2) you have a security/compliance reason to avoid OSS dependencies, or (3) the maintenance burden is small enough (<200 lines of code) that you'll save time long-term. The break-even point is usually around 2-3 weeks of dev time saved.
Most debugging tools listed are open source under permissive licenses (MIT, Apache 2.0). A handful offer paid managed/cloud versions on top of free self-hosted core. Always check the LICENSE file on each tool's GitHub repository before commercial use — some use AGPL or non-commercial restrictions that may not fit your deployment model.