vote up 0 vote down star

Hello all i want to do test and build simple debugger GUI in c++ that debugging Java as i read from view docs i will have to work with the JVM debugger protocol do any one here have experience with it? where can i learn about it ? Thanks

flag

39% accept rate

3 Answers

vote up 0 vote down

The home of the official documentation is here: http://java.sun.com/javase/technologies/core/toolsapis/jpda/

There are links there to the APIs and the low-level wire protocols that Java debuggers can use.

link|flag
vote up 1 vote down

The Java Virtual Machine Debug Interface (JVMDI) Reference at Sun would be a good place to start.

link|flag
vote up 0 vote down

You can try looking at the Eclipse Java IDE project source code... That is the best Java debugger I have used... if you can replicate that user experience, it would be phenomenal...

http://wiki.eclipse.org/CVS_Howto

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.