Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=6214564
By: m_grimm

Hi,

I'm testing the remote-debugging feature of pydev for our needs.
So I have such situation:

Eclispe 3.4 with Python 2.5.4 on Windows XP and Pydev 1.4.2 (incl extension)
is the machine where the debug-server listens.

Remote System: Linux with Python 2.6.1, the system where the debug-file
is executed.

I set the debugger on the remote system with

import pydevd;pydevd.settrace('10.1.1.228', True, True, 5678, True) 

the debugger starts up. Everything works fine, but I only see the stderr-output
in the IDE-Console.
print-output on stdout are not shown.
Whats's wrong ? As I see, the paramters of the settrace()-method are correct ?

Thanks,
Markus



______________________________________________________________________
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

Reply via email to