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.