JPDA Eases Java Code Debugging

Are you debugging a Java program and finding the job quite tiring? If yes then you need the Java Platform Debugger Architecture or JPDA technology from Sun which helps you in debugging a running Java application in every situation.
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
March 14th, 2007 at 3:22 pm
This is why .NET is better. The debugger from Visual Studio is a million times better that those deluging tools in JAVA.
August 4th, 2009 at 3:51 am
nice
August 4th, 2009 at 3:52 am
good