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

后端 未结 6 781
一向
一向 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:38

    In Chrome, open Developer Tools, then goto Settings, and you will see the Blackbox tab:

    In FireFox it's even easier, just click the Eye at the bottom of the file:

提交回复
热议问题