I have a debugger statement (i.e. debugger;
) in my javascript code and the chrome debugger halts correctly, but then it just continues, but breaks at the next breakpoint. What the hell is wrong with it/me?
Thanks Chris
I have a debugger statement (i.e. debugger;
) in my javascript code and the chrome debugger halts correctly, but then it just continues, but breaks at the next breakpoint. What the hell is wrong with it/me?
Thanks Chris