Re: What do people use Venkman for?
Robert North <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.jsdebugger |
|---|---|
| Organization | Zen Internet |
| Message-ID | <[email protected]> |
7stud wrote: > Hi, > > > Secondly, doesn't having to step through all the variable declarations > essentially make Venkman useless for large scripts? Someone might have to > step through 50 variable declarations interspersed in 1,000 lines of code > just to get to the start of the script? Breakpoints are your friend. Use them to stop at the place you're interested in. Bye -Rob.