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
You can use the debugger; statement in your source to make the debugger break there.
debugger;