Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=5509781
By: boris_g
Consider two files: linkedlist.py http://pastebin.com/f4aee5624 (copied from
http://www.koders.com/python/fid6EF9B028CDDCE7D42E690DD3ADD1BB39E7869ED2.aspx
under the LGPL) and
derived.py http://pastebin.com/f6072ff1e
Create a PyDev project of these two files. Place a breakpoint on line 48 of
derived.py (the line that says " print 'derived:%s'%(l)"
Debug -> Debug as -> Python unit-test
step into (you get to linkedlist.py, line 221)
step over
At this point nothing happens. Both the blue arrow and highlighted line that
mark the current line dissapear. Eclipse is fully responsive, except the fact
that I cannot continue program execution. However, I can edit files, examine
the variables, stop the debugging session etc.
Is this a bug or is it a known issue that has its workarounds?
Thank you
______________________________________________________________________
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
|