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 10:56, 11 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), a high-level Java programming language interface, including support for remote debugging;
  • Java Debug Wire Protocol(JDWP), which defines the format of information and requests transferred between the debugging process and the debugger front end
  • The JVM(TM) Tool Interface, is a programming interface used by development and monitoring tools.