Chrome DevTools script blackboxing not working

后端 未结 3 381
忘了有多久
忘了有多久 2021-02-05 02:12

I am trying to use the new feature of chrome devtools \"blackboxing a script\".
This Chrome Devtools article lists script blackboxing functionality

What happens w

3条回答
  •  说谎
    说谎 (楼主)
    2021-02-05 02:40

    I had the same issue. One quick and easy way is to look at your Call Stack. As a for instance, Right-Click on one of the 'jquery' functions and select 'black box' from the menu. Nothing else needed. In this example jquery.js will be step-over from that point on.

提交回复
热议问题