Enhancement Request: Anti-Breakpoint

Hi,

I would like to request an enhancement to PL/SQL Developer wherein you could specify an "anti-breakpoint" on a given line. Frequently we use run to exception and will get stuck into some piece of code that is called in a loop, that throws something benign like a no data found, over and over. It would be nice to run to exception, but not keep breaking on that line that is an exception we understand, but are not interested in. I am not aware of any way to do this in PL/SQL Developer currently.

Thanks,

Kevin
 
Back
Top