Java Platform Debugger Architecture (original) (raw)

From Wikipedia, the free encyclopedia

APIs for Java programming language

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

JPDA architecture

Java Debugger Interface (JDI)

[edit]

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]

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