Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6316795 By: fabioz
This doesn't work because Eclipse is not able to give you a 'real' shell. It just spawns your process as a regular process from java and hears its stdin/stdout and stderr (that's not likely to change from Pydev, although maybe the guys at eclipse can do something about it... it's the same bug from using the System.Console that doesn't work in jdk 6: https://bugs.eclipse.org/122429 ) So, you should be able to do all the developing from pydev, but you must run it in a separate shell (and to debug use the remote debugger -- only in pydev extensions: http://fabioz.com/pydev/manual_adv_remote_debugger.html ) Cheers, Fabio ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Pydev-users mailing list Pydev-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pydev-users