Using firebug for Firefox, I can set a breakpoint in my JS code, refresh the page and the code will automatically pause at my breakpoint (my code runs on page load).
When I do the same in Chrome Developer Tools (Ctrl + Shift + J), it does not stop at the breakpoints. How do I get the code to stop at the breakpoints?
Also, my console.logs appear in firebug for Firefox, but not in the Chrome console. How do I get the Chrome console to display my console logs?