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 — ...
Two weeks ago, I left this series on a “cliffhanger” of sorts. Well, as much as a programming blog can leave things in the air… the big one amongst them is the premise that exception breakpoints don’t ...
Breakpoints appear to no longer be sent by DAP, neither during initial attach, nor if I add/remove a breakpoint while the debug session is active. Looking at the message trace, I see ...