How do I make Venkman stop at the next JavaScript statement?
Click on the large red “X” on the toolbar, or select Debug->Stop. If no JavaScript is currently being executed, you will see a “…” appear over the “X” in the toolbar and the menu item will be checked. When the next line of JavaScript is encountered, the debugger will stop. You can cancel this by clicking on the “X” or selecting Stop again.