Where can I find out about the JVM debugger protocol?
3 answers
The official documentation home is here: http://java.sun.com/javase/technologies/core/toolsapis/jpda/
There are API references and low-level wire protocols that Java debuggers can use.
0
a source to share