re: 'simple Venkman issue - breakpoint not accepted'

[email protected] Sun, 7 Aug 2011 09:49:17 -0700 (PDT)
Newsgroups gmane.comp.mozilla.devel.jsdebugger
Organization http://groups.google.com
Message-ID <[email protected]>
I tried on 3 different days to 'reply' to the response for 'simple
Venkman issue - breakpoint not accepted' but even though the page said
the post was accepted, it never showed up.  So I am making a new post
to follow-up on the results of the suggested fix.  Here is the post:

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