brunoborges/jdb-agentic-debugger

Agent Skill for debugging Java applications in real time using JDB (Java Debugger CLI)

65Stars on the repository
9Mods indexed here, across every type
14d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

jdb-analyst

01

brunoborges/jdb-agentic-debugger

Agent

Analyze Java stack traces, thread dumps, diagnostic output, and logs. Use when the user has debugging output that needs interpretation, root cause analysis, or explanation. Can write consolidated reports.

65 14d ago A 43 tokens original MIT

JDB Debugger

02

brunoborges/jdb-agentic-debugger

Agent

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.

65 14d ago A 41 tokens original MIT

jdb-diagnostics

03

brunoborges/jdb-agentic-debugger

Agent

Collect JVM diagnostics via JDB — thread dumps, deadlock detection, loaded class listings. Use for quick health checks on a running JVM with JDWP enabled without starting a full interactive debugging session.

65 14d ago A 44 tokens original MIT

jdb-session

04

brunoborges/jdb-agentic-debugger

Agent

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.

65 14d ago A 48 tokens original MIT