How do you run one line of JavaScript at a time in Firebug? -
so started using firebug debug javascript, , have no trouble setting breakpoints, how can run 1 line @ time after hitting breakpoint? there way without manually setting new breakpoint each line?
have @ upper right corner:
the button step over annotated move next line, executes current line , goes next one. step step. execute called functions step step, have click on step into (annotated go function call).
Comments
Post a Comment