operasoftware / dragonfly

Opera Dragonfly is a fully featured development and debugging tool integrated into the Opera browser.
http://www.opera.com/dragonfly/
Apache License 2.0
160 stars 48 forks source link

Ignore errors in file x, row y #105

Open wheany opened 12 years ago

wheany commented 12 years ago

I'd like for dragonfly to break on errors it encounters in our code. The problem is that jQuery is causing some selector syntax errors in out UI when hovering over some elements, and to trigger an error in our code, I need to click on a button.

To get to that button, I have to move my mouse cursor over elements that cause an error and break the execution.

So, if I could just tell dragonfly to break on errors and then "ignore future errors in file x, line y", or even "ignore future errors in file x", I could leave the setting on and break on relevant-to-our-own-code errors.

rchl commented 12 years ago

While your request is valid, using Opera 12.10 (in beta stage at this time) would make this problem go away, pretty much. Caught exceptions (which the jQuery's one you are talking about is an example of) no longer interrupt execution by default.