When using Chrome and it\'s JavaScript debugger, every time I reload my page / scripts, my breakpoints are lost and I have to go find the script file in the pop-up, find the lin
Chrome Developer Tools should behave the way you expect but you can put debugger; statements in your (development!) code to pause the execution.
debugger;