In Chrome, you can set breakpoints in your scripts via F12. As it’s stepping thru the scripts, you can hit F10to step over.
Question: How do you tell it to just continue until it hits the next breakpoint? Similar to Visual Studio’s F5 that you can hit while you’re debugging your c# code.
F8. For more detail, see http://code.google.com/chrome/devtools/docs/scripts-breakpoints.html