[Pydev-users] [pydev - Users] PyDev 1.4.2 with Jython 2.2.1 support

2009-01-23 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6225581 By: ben_cullen Hello I'm trying to use PyDev 1.4.2 with Jython 2.2.1. I can launch a debug session, and stop on break points. The problem is that I can't see any variables. Instead I get a pydev ERROR

[Pydev-users] [pydev - Users] RE: Remote Debugging and stdout

2009-01-23 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6227562 By: fabioz It appears fine to me... Have you checked if your application is not redirecting the output itself? If the application changes the stdout, pydev is not able to do that redirection. Cheers,

[Pydev-users] [pydev - Users] RE: PyDev 1.4.2 with Jython 2.2.1 support

2009-01-23 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6227529 By: fabioz That's a bug that's fixed in the latest subversion (to be released on 1.4.3) You have to change 2 places: pydevd_comm.py (InternalGetVariable.doIt) and pydevd_vars.py (frameVarsToXML) T

[Pydev-users] [pydev - Users] RE: PyDev 1.4.2 with Jython 2.2.1 support

2009-01-23 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=6228345 By: ben_cullen Excellent, I didn't see that one. It's working well now. Thank you, Ben __ You are receiving this email because you e