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

hm... redirecting the output? I don't know how... :))
It's a simple script like this:

# -*- coding: utf-8 -*-
import sys

if __name__ == '__main__':
    sys.path.append("debug")
    print "setting trace"
    import pydevd;pydevd.settrace('10.1.1.228', True, True, 5678, True)
    
    testvar = "Hello World"
    print testvar


How a redirect could happen ?

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