The following forum message was posted by fabioz at 
http://sourceforge.net/projects/pydev/forums/forum/293649/topic/4494909:

It's possible, but it's currently not in the UI (although that's already 
planned).
To enable it, do in your code (note that pydevd will always be there when you
debug, so, it doesn't really need to be in your pythonpath):

import pydevd;
pydevd.set_pm_excepthook(exceptions)

where exceptions is a tuple of exceptions to be handled (if not passed, any
uncaught exception will be gotten).

Cheers,

Fabio

------------------------------------------------------------------------------
Fulfilling the Lean Software Promise
Lean software platforms are now widely adopted and the benefits have been 
demonstrated beyond question. Learn why your peers are replacing JEE 
containers with lightweight application servers - and what you can gain 
from the move. http://p.sf.net/sfu/vmware-sfemails
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to