Jump to content

Java Platform Debugger Architecture

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 59.160.168.10 (talk) at 05:33, 12 October 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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

  • Java Debugger Interface(JDI) - defines a high-level Java language interface which developers can easily use to write remote debugger application tools.
  • Java Debug Wire Protocol(JDWP) - defines communication between debuggee(java application) and debugger processes.
  • The JVM(TM) Tool Interface, a native interface which helps to inspect the state and to control the execution of applications running in the Java Virtual Machine (JVM).