An MCP server for breakpoint-driven Chrome debugging. chrome-debugger-mcp exposes Chrome DevTools Protocol primitives as MCP tools so an AI agent can attach to a real Chrome tab, pause execution, ...
Chrome's JavaScript debugger lets you pause execution to inspect what's going on in your app. Learn how to use it in this article, and discover how to pause on DOM changes, function calls, or property ...