Re: [Pydev-code] Debugging jython called from Java
Brought to you by:
fabioz
From: Fabio Z. <fa...@gm...> - 2006-09-27 10:48:18
|
On 9/27/06, dperez <cra...@ya...> wrote: > > > 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. > > Have you set: pydevd.settrace(stdoutToServer=True, stderrToServer=True)... because it should put the message to the console, but if your running program console is not within the pydev, it will not print to the console unless you ask it to redirect the output to the pydev output... Cheers, Fabio |