Pydev 2.2 added a great functionality allowing us to break on exceptions.
My problem is that I'm getting tons of exceptions from the python libs before I even get to my code.
Is there a way to configure PyDev to only break on exceptions raised in my code?
To be specific: I want to break when the exception occurs - not when it's caught
Thanks in advance!