Architecture (JPDA) consists of three interfaces designed for use by debuggers in development environments for desktop systems. - Oracle Documentation 8
Get VirtualMachine instance ◦ Request to get events (breakpoint, watchpoint, threadStop, threadStart…) • When class is prepared, add a breakpoint • When breakpoint is hit, print variables 11