Java Platform Debugger Architecture


The Java Platform Debugger Architecture is a collection of APIs to debug Java code.

Java Debugger Interface (JDI)

JDI is the highest-layer of the Java Platform Debugger Architecture. It allows to access the JVM and the internal variables of the debugged program. It also allows to set Breakpoints, stepping, and handle threads.