Plugin Claude Code
Interactive Java debugging for AI agents via the jdbg CLI (a native, cross-platform wrapper around the JDK's jdb).
Plugin Claude Code
Interactive Java debugging for AI agents via the jdbg CLI (a native, cross-platform wrapper around the JDK's jdb).
Plugin Claude Code
Debug Java programs interactively from the command line via the jdbg CLI: launch a program or attach to a running JVM (JDWP), set breakpoints, step through code, and inspect variables, expressions, threads, and exceptions. Stateful background sessions with structured (text/JSON) output. Cross-platform, native on…
MCP server Claude CodeCodexCursor +2
MCP server "jdbg" as configured in PieceOfFall/jdbg. Launched with jdbg __mcp.
Instructions file CodexOpenCode
Instructions for PieceOfFall/jdbg, covering agents.md — java-agent-debugger (jdbg), what this project is (one paragraph), binding constraints (do not violate without asking), mcp server rules and jdi sidecar rules.
Instructions file
Instructions for PieceOfFall/jdbg, covering claude.md — java-agent-debugger (jdbg), what this project is (one paragraph), binding constraints (do not violate without asking), mcp server rules and jdi sidecar rules.
Skill Claude CodeCodex
Use the jdbg CLI to debug Java programs interactively from Pi when real runtime state is needed: variables, fields, expressions, exceptions, breakpoints, stepping, threads, locks, or JDWP attach. Pi should use the CLI because jdbg does not install an official Pi MCP server.
Skill Claude CodeCodex
Use when you need a Java program's real runtime state instead of reading source or adding print statements — the actual value of a variable/field/expression at a line, why an exception or NullPointerException is thrown (with stack + locals at the throw site), what a thread is blocked or deadlocked on, or how execution…