Skills
MCP
Plugins
Subagents
.fyi
.fyi
Search…
⌘K
…
/
brunoborges
/
jdb-agentic-debugger
home
/
subagents
/
brunoborges
/
jdb-agentic-debugger
brunoborges/jdb-agentic-debugger
4 subagents
View on GitHub
Subagent
jdb-analyst.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 repo
jdb-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.
jdb-diagnostics.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
jdb-session.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,