·jdb-debugger
</>

jdb-debugger

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.

5Installs·0Trend·@brunoborges

Installation

$npx skills add https://github.com/brunoborges/jdb-agentic-debugger --skill jdb-debugger

How to Install jdb-debugger

Quickly install jdb-debugger AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/brunoborges/jdb-agentic-debugger --skill jdb-debugger
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: brunoborges/jdb-agentic-debugger.

SKILL.md

View raw

Debug Java applications interactively using the JDK's built-in command-line debugger.

Use the inline CLI flags (--bp, --cmd, --auto-inspect) provided by the skill scripts.

custom JDB wrapper scripts, FIFO-based launchers, or shell scripts to drive JDB.

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. Source: brunoborges/jdb-agentic-debugger.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/brunoborges/jdb-agentic-debugger --skill jdb-debugger
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from brunoborges/jdb-agentic-debugger

Quick answers

What is jdb-debugger?

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. Source: brunoborges/jdb-agentic-debugger.

How do I install jdb-debugger?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/brunoborges/jdb-agentic-debugger --skill jdb-debugger Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/brunoborges/jdb-agentic-debugger

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-25

Related Skills

None