I know I can debug embedded (launched from a Java program) Jython with a remote Pydev debugger. Is there a simpler way to do it?
+1
A:
Not really... whenever you're using java and jython, the primary one should be run as usual (as a simple run or debug) and the other one must be remotely debugged.
Fabio Zadrozny
2010-01-06 23:12:22