I need more JDWP docs, please help!

good all,
i am using JDWP now, but i have no idea how to implement the protocol by sun's documentations currently available.
i also can not find any in google.
could someone give me a hand so i can find more docs (links, docs, books etc).
many thanks

I'm also looking for good docs but didn't found anything yet.
Do you understand the fieldID definition?
Uniquely identifies a field in some class in the target VM. The methodID must uniquely identify the method within its class/interface or any of its subclasses/subinterfaces/implementors. A fieldID is not necessarily unique on its own; it is always paired with a referenceTypeID to uniquely identify one field. The referenceTypeID can identify either the declaring type of the field or a subtype.

Similar Messages

Maybe you are looking for