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:

firebug

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

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -