Re: [Pydev-code] Debugging jython called from Java
Brought to you by:
fabioz
From: dperez <cra...@ya...> - 2006-09-27 09:17:24
|
Hi, It works ok. :-) I'll try to convince my boss to purchase the extensions. But the console is working when not using the debug server. I enter a simple expression (like 1+1), hit twice Enter and nothing happens. It works ok when starting standalone .py programs. Fabio Zadrozny-2 wrote: > >> >> >> I'm evaluating PyDev and like it. >> But I wonder if I can debug Jython code when the jython code is called >> from >> Java code (e.g. a web server). >> >> > You should be able to do it with the remote debugger: > http://fabioz.com/pydev/manual_adv_remote_debugger.html > -- View this message in context: http://www.nabble.com/Debugging-jython-called-from-Java-tf2317042.html#a6523348 Sent from the pydev-code mailing list archive at Nabble.com. |