JPDA Eases Java Code Debugging
Filed in archive Programming by gautam on November 30, 2006

It is a set of interfaces and protocol or what we call a collection of APIs meant for aiding in debugging of Java Code
. This tool is available along with the J2SE package beginning from the 1.2.2 version.It comprises of three interfaces. The first one is the Java Virtual Machine Tools Interface or JVMTI defining the services which a VM must provide for debugging, secondly there is the Java Debug Wire Protocol or JDWP defining format of information moving between the process being debugged and the debugger front end and thirdly the Java Debug Interface or JDI defining requests and information at the user code level.
Read
Permalink: JPDA Eases Java Code Debugging
Tags:
JPDA sun java java Java Platform Debugger Architecture ajax java+code
Trackback: http://www.creative-weblogging.com/cgi-bin/mt-tb.pl/44303












