Java Platform Debugger Architecture

Last updated

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

Contents

JPDA architecture JPDA architecture.png
JPDA architecture

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. [1]

See also

References

  1. "An Intro to the Java Debug Interface (JDI)". baeldung.com. 2019-09-07. Retrieved 2020-01-19.