>
> > 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 remote machine passing
that you want the stdout and stderr to be redirected to the server
(eclipse):

pydev.settrace(host='xxx', stdoutToServer=True, stderrToServer=True)

Cheers,

Fabio
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to