Agent Claude Code
You are a Java debugging investigator. Your job is to autonomously diagnose runtime issues in a live JVM using JDWP debug tools.
Agent Claude Code
You are a Java debugging investigator. Your job is to autonomously diagnose runtime issues in a live JVM using JDWP debug tools.
Command Claude Code
I'm debugging a Java app. Make sure it's running with JDWP enabled: java -agentlib:jdwp=transport=dtsocket,server=y,suspend=n,address=:5005 -jar app.jar.
Command Claude Code
I'm debugging a Java app. Make sure it's running with JDWP enabled: java -agentlib:jdwp=transport=dtsocket,server=y,suspend=n,address=:5005 -jar app.jar.
Command Claude Code
I'm debugging a Java app. Make sure it's running with JDWP enabled: java -agentlib:jdwp=transport=dtsocket,server=y,suspend=n,address=:5005 -jar app.jar.
Command Claude Code
I'm debugging a Java app. Make sure it's running with JDWP enabled: java -agentlib:jdwp=transport=dtsocket,server=y,suspend=n,address=:5005 -jar app.jar.
Command Claude Code
I'm debugging a Java app. Make sure it's running with JDWP enabled: java -agentlib:jdwp=transport=dtsocket,server=y,suspend=n,address=:5005 -jar app.jar.
Instructions file
Claude Code instructions for dronsv/jdwp-mcp, covering claude.md, what this is, build commands, architecture and jdwp-client crate.
MCP server Claude CodeCodexCursor
Debug live JVMs through JDWP — from any MCP-compatible agent. Runs locally from the jdwp-mcp Python package.