Open
Description
Describe your idea
I am mainly using jadx to decompile .class files that run on arbitrary systems. Currently jadx only allows to debug via adb, which is somewhat targeted towards android. This is a request to allow debugging of local (or remote) java processes via jdwp.
I checked the code and saw, that SmaliDebugger.java already works with jwdp (but via ADB). I could imagine, that many of it's code could be reused for a local jdwp session.
If given some general pointers, I'd also be happy to try to tackle this on my own.