Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=4214280
By: rob-w

Hi,

I'v just started using pydev for developing jython code. Programming in jython
from eclipse is great, but I have a problem with the debugger. I've tried using
jython2.1 and jython2.2b, and get different behaviours in each (although neither
seem to work):

Using jython2.2b1:
Runs noramlly until breakpoint when it prints 'pydev debugger' in console. After
manually switching to the debug perspective there are non of the noraml debugger
options to step ahead, resume, or so on. There is no debug server started. 
Manually
starting one makes no difference.

Using jython2.1:
Code does not run normally at all (even before the breakpoint). I get 'pydev
debugger' followed by about 150 of the following error messages:
    Traceback (most recent call last):
      File "C:\eclipse\plugins\org.python.pydev.debug_1.3.0\pysrc\pydevd.py",
line 472, in trace_dispatch
        if base in DONT_TRACE: #we don't want to debug threading or anything
related to pydevd
    TypeError: loop over non-sequence

I have Eclipse 3.2.2, PyDev 1.3.0 and jdk 1.5.0_11. I would really appreciate
any suggestions as although I could return to old debugging techniques, doing
it the eclipse way would be great!

Thanks for any help,

Rob

______________________________________________________________________
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

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Pydev-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to