An MCP server that enables Claude Code and other LLM tools to debug Java applications through the Java Debug Wire Protocol (JDWP). Attach to running JVMs, set breakpoints, inspect variables, and step ...
MCP server that gives AI agents full debugger control over running Java applications — inspect state, set breakpoints, evaluate expressions, and mutate values at runtime via JDWP/JDI. Release notes — ...
Spread the loveWhen you’re knee-deep in code, staring at a stack trace that makes no sense, or wondering why your application ...
When you are programming, you will inevitably encounter a troublesome neighbor: the "bug". "It's not working as I thought..." "I have no idea where I went wrong..." At times like these, many people ...