An AI on-call agent that drops read-only probes into running production code, capturing live variable snapshots and stack context without a redeploy or a restart.
Debugging
Tracking down why software misbehaves, from breakpoints and dumps to production diagnostics.
4 apps, 7 skills and 3 MCP servers tagged Debugging.
Apps
Cursor's automated PR reviewer, tuned to find genuine logic bugs with a low false-positive rate.
Code review that reads your entire codebase, so it catches the bugs a diff-only reviewer cannot see.
An AI-powered search engine and assistant specifically designed for developers and technical users.
Skills
A disciplined debugging process — reproduce, isolate, hypothesise, and verify — used before proposing any fix.
MongoDB's official skill for connection pools and timeouts — it refuses to hand you numbers until it knows your deployment, workload and concurrency.
Diagnose an MSBuild build failure from a .binlog file — query the binary log through a dedicated MCP server instead of grepping console output, with a text-replay fallback.
The Flutter team's official skill for diagnosing and fixing constraint errors — RenderFlex overflows, unbounded viewports and misplaced ParentData widgets.
Skill: OpenAI gh-fix-ci
by OpenAI
OpenAI's skill for debugging failing GitHub Actions checks on a pull request: pull the logs with the gh CLI, summarise the failure, plan the fix, implement only after approval.
Skill: PostHog Debugger
by PostHog
PostHog's official skill for auditing a live analytics implementation — scripts, network calls, and window state — read-only, via browser automation.
Skill: Web App Testing
by Anthropic
Interact with and test local web applications using Playwright — verify frontend behavior, debug UI, capture screenshots, and read browser logs.
MCP servers
Inngest's official MCP servers for Cloud and the local Dev Server — inspect functions, replay runs, send test events and query Insights from a coding agent.
MCP: Chrome DevTools MCP
by Google Chrome DevTools team
Google's official MCP server for driving and inspecting a real Chrome browser — automation, debugging, and performance traces.
MCP: Sentry
by Sentry
Sentry's official MCP server — investigate errors and issues, inspect events, and use Seer for root-cause analysis.
Related tags
Tags that appear alongside this one, ranked by how often.