I'm facing an issue where I used to be able to set breakpoints in my Angular code using developer tools, and it would pause correctly. However, recently the network files are not being mapped to my local files properly. For a detailed explanation, please watch my video here (3 minutes long).
Edit:
Adding more information: When an error is logged in the console log and I click on the line number for Chrome developer tools to navigate to the exact location of the error, it takes me to the network file instead of my local file. This miscommunication prevents me from debugging efficiently. How can I instruct Chrome to establish the correct mapping between these files? It seems like this feature may have been removed or disabled.