Java Platform Debugger Architecture: Difference between revisions

Content deleted Content added
add JVMDI
m Typo fix
Line 3:
* Java Debugger Interface (JDI) - defines a high-level Java language interface which developers can easily use to write remote debugger application tools.
* [[Java Virtual Machine]] Debug Interface (JVMDI)
* Java Debug Wire Protocol (JDWP) - defines communication between debuggee (javaa Java application) and [[debugger]] processes.
* The [[Java Virtual Machine Tools Interface]], a native interface which helps to inspect the state and to control the execution of applications running in the [[Java Virtual Machine]] ([[JVM]]).