javascript - "Pause On Caught Exceptions" filter -
i trying catch error name fooerror thrown (and caught) in javascript file. however, there hundreds of errors name barerror thrown , caught.
when enable "pause on caught exceptions", have step through barerror errors before getting fooerror.
is there way can filter exceptions on chrome pauses don't have manually skip barerror errors?
Comments
Post a Comment