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
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
The Java Virtual Machine Debug Interface (JVMDI) Reference at Sun would be a good place to start. |
|||
|
|
|
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. |
|||
|
|
|
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... |
|||
|
|