Jdb Debugger.Agent banner
brunoborges brunoborges

Jdb Debugger.Agent

Research community

Description

--- description: "Debug Java applications using JDB. Use when the user wants to debug Java code, investigate runtime behavior, catch exceptions, inspect variables, collect thread dumps, or diagnose JVM issues." name: "JDB Debugger" tools: ["read", "search", "agent", "write"] agents: ["jdb-session", "jdb-diagnostics", "jdb-analyst"] handoffs: - agent: "jdb-session" label: "Debug interactively" prompt: "Debug the target application using batch mode with jdb-breakpoints.sh --auto-inspect.

Installation

Installs to ~/.claude/agents/brunoborges-jdb-agentic-debugger-jdb-debugger.agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/brunoborges/jdb-agentic-debugger/HEAD/agents/jdb-debugger.agent.md -o ~/.claude/agents/brunoborges-jdb-agentic-debugger-jdb-debugger.agent.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository