Jython debug scripts
3 answers
Yes, you should do this using the remote debugger (if you are using PyDev, take a look: http://pydev.org/manual_adv_remote_debugger.html ).
If you went the other way around (and ran your program with the entry point as a Jython program called java code), you should use the java remote debugger (the trick is that a language you did not run directly should be debugged).
+3
source to share