Reputation: 419
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?
Upvotes: 1
Views: 665
Reputation: 25362
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.
Upvotes: 1