views:

143

answers:

1

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