Debug Java applications in real time using JDB (Java Debugger CLI). Attach to running JVMs or launch new ones under JDB, set breakpoints, step through code, inspect variables, analyze threads, and diagnose exceptions. Use when debugging Java programs, investigating runtime behavior, or diagnosing production issues on JVMs with JDWP enabled.
$npx -y skills add brunoborges/jdb-agentic-debugger --skill jdb-debuggerInstalls into the current project.
Run `npx skills use "https://github.com/brunoborges/jdb-agentic-debugger" --skill "brunoborges/jdb-agentic-debugger/jdb-debugger"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/brunoborges/jdb-agentic-debugger" that are relevant to the current task. Run `npx skills add "https://github.com/brunoborges/jdb-agentic-debugger"` and select the relevant skills, then follow their instructions.