You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once #56 is completed, implement codegen tool using new JDWP description to generate data structures and serialization/deserialization logic, together with any python modules accompanying generated code, necessary to send and receive JDWP messages. At this point we should be able to open a socket and send raw JDWP messages to Java processes from Python REPL. We should also have a debugging tool snooping on JDWP communication between jdb (or any other Java debugger) and a Java VM.
The text was updated successfully, but these errors were encountered:
Once #56 is completed, implement codegen tool using new JDWP description to generate data structures and serialization/deserialization logic, together with any python modules accompanying generated code, necessary to send and receive JDWP messages. At this point we should be able to open a socket and send raw JDWP messages to Java processes from Python REPL. We should also have a debugging tool snooping on JDWP communication between jdb (or any other Java debugger) and a Java VM.
The text was updated successfully, but these errors were encountered: