Re: simple Venkman issue - breakpoint not accepted

[email protected] Fri, 5 Aug 2011 12:22:47 -0700 (PDT)
Newsgroups gmane.comp.mozilla.devel.jsdebugger
Organization http://groups.google.com
Message-ID <1b933894-e3a0-4f7f-b86b-15c0d4a115e2@d32g2000yqa.googlegroups.com>
I tried that before posting the problem and it doesn't work either.
Here is the procedure:


1) point FF browser to http://www.wired.com/wired/webmonkey/stuff/demo.html
2) Tools > Javascript Debugger to launch Venkman
3) click countTo button on tutorial
4) look in "loaded scripts" pane in Venkman, see "demo.html" listed
twice
5) click on it, source code appears in right pane
6) dash appears on lines 1,3,5,6,8 and 9 to indicate breakpoint can be
placed there
7) try to put BP at line 30 (in loop), only F BP allowed
8) click "> continue" on Venkman and countTo button on tutorial
9) nothing happens