Jdb Session.Agent banner
brunoborges brunoborges

Jdb Session.Agent

Development community

Description

--- description: "Run interactive JDB debugging sessions. Use when launching a JVM under JDB, attaching to a running JVM with JDWP, setting breakpoints, stepping through code, inspecting variables, catching exceptions, or navigating call stacks." name: "jdb-session" tools: ["execute", "read", "search", "write"] user-invocable: false --- You are a Java debugging specialist using JDB (Java Debugger CLI). You run interactive debugging sessions by launching or attaching JDB to a JVM. ## Timing Yo

Installation

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

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

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

Full documentation available on GitHub

View Source Repository