I just installed the pydev plugin on my Eclipse Indigo (w32).
When I try to use the debugger, I'm getting this error: "Error when setting exception list. Received: "
Is there a way to fix it?
Thanks!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to reproduce that without any success. Have you configured to suspend on caught/uncaught exceptions (under run > manage python exception breakpoints)? Do you have any active exception set there?
Note that this message should be harmless (so, you can safely ignore it - unless you have set to stop on exception breakpoints and it's not stopping).
Cheers,
Fabio
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Actually I just reproduced it in a clean workspace (it seems the problem only happens if the exceptions were never configured).
The error message in this situation should be harmless. Please just ignore it (if you really don't want to see it, you can edit pydevd.py and remove the message).
Cheers,
Fabio
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I just installed the pydev plugin on my Eclipse Indigo (w32).
When I try to use the debugger, I'm getting this error: "Error when setting exception list. Received: "
Is there a way to fix it?
Thanks!
I'm trying to reproduce that without any success. Have you configured to suspend on caught/uncaught exceptions (under run > manage python exception breakpoints)? Do you have any active exception set there?
Note that this message should be harmless (so, you can safely ignore it - unless you have set to stop on exception breakpoints and it's not stopping).
Cheers,
Fabio
Actually I just reproduced it in a clean workspace (it seems the problem only happens if the exceptions were never configured).
The error message in this situation should be harmless. Please just ignore it (if you really don't want to see it, you can edit pydevd.py and remove the message).
Cheers,
Fabio
Ok, just fixed it in the nightly build (so, just upgrade to the nightly to get it).
Cheers,
Fabio