rapto
rapto

Reputation: 419

What is the easiest way to debug embedded jython in eclipse?

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

Answers (1)

Fabio Zadrozny
Fabio Zadrozny

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

Related Questions