Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=4520915
By: bugreports
Hey,
I've enocuntered a problem with the remote debugger both on Windows XP and
RedHat
linux 2.4.21-4SMP. I'm using Eclipse 3.3 and pydev 1.3.9 (regular
and extensions).
The problem is that when the remote debugger and the actual python script don't
run on the same computer, the interpeter doesn't stop at breakpoints (while
single stepping works). When I toggle a breakpoint on/off, I can see prints
indicating that the breakpoint has passed to the remote machine, which made
me think this feature should work. The problem happens in any script (example
is given below).
When I run the python script on the same computer as the remote debugger
everthing
is fine.
Example:
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
from pydevd import settrace
settrace('MY_HOST')
print 1
print 2
print 3
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
If I toggle a breakpoint at the "print 2" statement it only works when the
script
is ran from the machine as the remote debugger.
Thanks you in advance,
Dave
______________________________________________________________________
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: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Pydev-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-users