Can I tell the Chrome script debugger to ignore jquery.js?

后端 未结 6 789
一向
一向 2020-12-13 23:03

Is there a way to tell the Chrome debugger (or maybe Firebug?) to not break within certain files? To assume they\'re not broken, essentially? This seems like something they

6条回答
  •  暖寄归人
    2020-12-13 23:28

    1. Go to developer tools setting and click on Balckboxing tab on the left panel.
    2. Then click on the Add pattern button and type jquery.js
    3. Close and reopen developer tools, now its skipped!

提交回复
热议问题