hi,

im using eclipse 4.5.1 and pydev from http://pydev.org/updates.
breakpoints are just ignored and the program runs to the end, it works 
for a method only containing a print statement...there pydev stops to 
show debugging information.

but for another method in the same file, it does not work.
that particular method as a for loop enclosing another, but the debugger 
just skipts straight to the end of that method and shows the output 
after both loops ran to the end

just above the first loop is a breakpoint.

adding:
import pydevd
pydevd.settrace()

source:http://stackoverflow.com/questions/9486871/pydev-breakpoints-not-working

to the code says it cant find "pydevd" but the code stops a line below 
settrace and i can run the for loops step by step.


any ideas?

------------------------------------------------------------------------------
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to