When using Chrome and its JavaScript debugger, every time I reload my page / scripts, my breakpoints are lost and I need to find the script file in the popup window, find the line of code for my breakpoint, click to add it, etc. d.
Is there a way to keep these breakpoints so that it breaks even after refreshing the page (the other debuggers I used did this)?
Alternatively, is there any clean code in my JavaScript code, can I type something to say chrome to start tracing (to pause on a line)?
javascript debugging google-chrome breakpoints
Scott Szretter Nov 23 2018-11-11T00: 00Z
source share