Open sidorares opened 9 years ago
Adb part: open jdwp stream, and use it for JDWP protocol:
jdwp:<pid>
Connects to the JDWP thread running in the VM of process <pid>.
example forwarding jdwp stream to a tcp port: https://asantoso.wordpress.com/2009/09/26/using-jdb-with-adb-to-debugging-of-android-app-on-a-real-device/
this belongs to a separate package, saving links here to help restore later
http://blog.ioactive.com/2014/04/hacking-java-debug-wire-protocol-or-how.html
( would be good t add it as agent to https://github.com/sidorares/node-vim-debugger )