dragonfly icon indicating copy to clipboard operation
dragonfly copied to clipboard

Ignore errors in file x, row y

Open wheany opened this issue 13 years ago • 1 comments

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.

wheany avatar Oct 05 '12 08:10 wheany

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.

rchl avatar Oct 05 '12 08:10 rchl