views:

8

answers:

0

Am running Eclipse Build id: 20100218-1602 with Pydev 1.60. My code executes under python and jython, and also debugs fine under python. But when I try to debug under jython I get the message

pydev debugger: starting

--and then everything hangs. It looks like a couple processes are running in the debug screen but no code is displayed when I click on the processes and no variables are displayed. What am I doing wrong?!!

========================

Update: if the above is not bizarre enough, it seems that if a breakpoint is set earlier in the process, and that breakpoint is caught and properly displayed, then the offending breakpoint too is caught, but otherwise the debugger just hangs. A workaround seems to be an additional breakpoint in startup, e.g., an import that precedes the line of interest.

This is posted as an edit rather than an answer so a true answer can be provided later.