Debug a live Java application via the jdwp-inspector MCP server — breakpoints, runtime state, expression eval, variable mutation, exception-throw-site catches, non-intrusive line/exception logpoints, and field watchpoints (suspend or log on every read/write of a specific field).
$npx -y skills add fgforrest/mcp-jdwp-java --skill java-debugInstalls into the current project.
Run `npx skills use "https://github.com/fgforrest/mcp-jdwp-java" --skill "fgforrest/mcp-jdwp-java/java-debug"` 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/fgforrest/mcp-jdwp-java" that are relevant to the current task. Run `npx skills add "https://github.com/fgforrest/mcp-jdwp-java"` and select the relevant skills, then follow their instructions.