Java Platform Debugger Architecture: Difference between revisions

Content deleted Content added
No edit summary
No edit summary
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 Debug Wire Protocol(JDWP) - defines communication between debuggee(java application) and [[debugger]] processes.
* The [[JVM]](TM) Tool Interface, a native interface which provideshelps ato inspect the debuggingstate facilityand thatto control the execution of applications running in the [[Java Virtual Machine]][[(JVM)]] provides.
 
==External link==