[Pydev-users] [pydev - Users] RE: helpin debug mode strings are cut

2007-09-26 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4538015 By: fabioz Not currently... there's a bug for that already at: https://sourceforge.net/tracker/index.php?func=detailaid=1788406group_id=85796 atid=577329 You can as workarounds use pydev extensions

Re: [Pydev-users] [pydev - Users] RE: helpin debug mode strings are cut

2007-09-26 Thread patrimith
SourceForge.net wrote: You can as workarounds use pydev extensions (where you can inspect things from the console using prints) You can only doing this when debugging code that is running within Eclipse and not when using the remote debugger, right? Thanks, Patrick Smith -- View this

Re: [Pydev-users] [pydev - Users] RE: helpin debug mode strings are cut

2007-09-26 Thread Fabio Zadrozny
You can as workarounds use pydev extensions (where you can inspect things from the console using prints) You can only doing this when debugging code that is running within Eclipse and not when using the remote debugger, right? Actually, you can... if you do the settrace in the