简体   繁体   中英

Avoid irrelevant files while debugging in Chrome not working

While debugging in Chrome I want to avoid jumping through content scripts and libraries, so I enabled ignoring such files in preferences as per documentation but it doesn't seem to work.

I've tried patterns, "ignore content scripts" checkbox, right-click on the file, etc. Weirdly enough it shows all the files I didn't want to go through, with the message that the file is in the ignore list:

在此处输入图像描述

How to effectively ignore those?

The checkbox didn't work for me either. So what I did was I let it step into the script I didn't want. Then I right clicked it in the call stack and clicked "add to ignore list".

在此处输入图像描述

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM