I need to stop at a breakpoint after reloading the page. I set a breakpoint in the code, but after rebooting it is disabled.
put
debugger;
in the code it works fine.
But I was wondering if there is a way to do this in firebug or chrome dev tools.
javascript google-chrome-devtools breakpoints firebug
artaskerov
source share