On 9/27/06, dperez <[EMAIL PROTECTED]> 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
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
pydev-code mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-code

Reply via email to