Why is chrome stepping into ignored files?
Asked Answered
J

1

6

I'm trying to step through a single file, but the debugger keeps stepping through miscellaneous/third party js scripts. I have them added in my ignore list, it even says "This script is on the debuggers ignore list", but it still steps through them.

What is the point of having an ignore list if chrome still steps through them?

Is there any way that I can just step through the file that I want to step through? Debugging is a nightmare when I have to step through dozens of misc files.

Jari answered 17/7, 2021 at 22:57 Comment(3)
Chrome and edge both. Angular development with mapping turned on.Cystocele
did you ever figure out why? this is driving me nuts.Cousingerman
SAME problem here! This is still very much an issue as of Nov 2023. Windows 11 Pro 23H2 Chrome Version 119.0.6045.124 (Official Build) (64-bit) uBlock Origin (subscriber.js) WakaTimje (wakatimeScript.js)Sphericity
H
0

I had this problem, and got around it by loading the page in an incognito tab.

I suspect this issue occurs when some extensions are loaded.

In an incognito tab, this feature works properly for me on Chrome 128.0.6613.120, including the right-click-to-add-to-ignore feature.

Harleigh answered 9/9, 2024 at 3:38 Comment(0)

© 2022 - 2025 — McMap. All rights reserved.