I don't know why it doesn't work anymore. I used to be able to open developer tools, place a breakpoint in my angular code, then it would pause. But recently, it's failing to recognize how to map the network files to my local files. Please see my video explanation here (3 minutes long).
Edit:
Some more details: The problem is that when an error is thrown and is logged in the console log, and I click on the line number so chrome developer tools can take me to exactly where the error was thrown, it takes me to the network file which isn't being mapped to my local file that I'm editing. It's treating them like they're not related. For this reason, if I put a debug point in the network file, it breaks fine. If I put a debug point in the local file, it doesn't break. How do I tell Chrome how to establish the mapping? It's like they removed this feature.