Provides live runtime probe data from JVM applications to facilitate reproducible debugging steps and line-hit verification.
Sponsored
Facilitates advanced debugging workflows by supplying live runtime probe data directly from JVM applications. Utilizing a ByteBuddy Java agent, this tool integrates with MCP tools to empower coding agents with the ability to generate reproducible debugging steps and verify line hits in complex Java environments. It's designed to enhance the understanding of application execution flow, providing deep insights into runtime behavior for comprehensive analysis, but it is important to note that it is not intended as a replacement for JDWP (Java Debug Wire Protocol).
Key Features
01Live JVM runtime data probing
02Enables line-hit verification
030 GitHub stars
04ByteBuddy Java agent for deep integration
05Integration with MCP Server tools (Codex, Kiro)
06Facilitates reproducible debugging workflows
Use Cases
01Debugging complex Java applications
02Automating debugging workflows with coding agents