Debugy

Your AI agent can read code.
Now let it see runtime.

Claude Code, Cursor, any AI coding agent — they can't see what happens when your code runs. Debugy gives them runtime logs. Server and client.

  1. 1Install the plugin — /plugin install debugy
  2. 2Claude Code adds debugy.log() where it needs visibility.
  3. 3Run the code. It fetches the logs and fixes the issue.
>/debugy
/debugyInsert logs, run the code, fetch results, fix bugs...
/debugy logPost a debug log entry
/debugy fetchFetch recent runtime logs