I am using the recommended combo: FF3.6 + FB 1.7.2
But 'debugger' is still not braking for me.
> >debuggerstatement does not break in Firebug when thatdebugger
> > statement is in the dynamically loaded <script> tag.
>
> > I have a sample with dojo 1.6 that demonstrates this. Since I can't
> > post a file here I'd like to create a ticket but before I want to do
> > that I want to make sure it's not a known issue or something dumb I am
> > or am not doing.
>
> > Basically, the dojo framework inserts a new script tag into the body
> > (not head). Thedebuggerstatement is in the new script block. I've
> > surrounded thedebuggerstatement with alerts and console.log which