For a while, I've been using Google Chrome to debug my JavaScript code without any issues. However, out of nowhere, I am no longer able to place breakpoints. When I click on the line number where I used to add breakpoints, nothing happens. Sometimes, when I click rapidly, I can see it attempting to add breakpoints, but they won't stay.
The only change I made was installing JSONView. I have since uninstalled it, but still cannot add breakpoints.
Does anyone have any suggestions or ideas?
Update: Interestingly, I can add breakpoints on other webpages like StackOverflow, just not on the one I'm currently developing and running on localhost.