How does this work when you want to debug something that happens when
the page loads? If I hit the pause and reload the page, the throbbing
pause is gone. So how to debug breaking things at the start of the
page before I get a chance to race over to the pause button?

On Oct 5, 5:02 pm, johnjbarton <johnjbar...@johnjbarton.com> wrote:
> On Oct 5, 4:53 pm, Steven Roussey <srous...@gmail.com> wrote:
>
> > Hitting the pause button breaks into timer code though... So it keeps
> > breaking all the time, which isn't so useful (unless you are debugging
> > times or events, etc).
>
> The pause button in the console panel?
>
> jjb
>
>
>
> > On Oct 2, 8:33 pm, johnjbarton <johnjbar...@johnjbarton.com> wrote:
>
> > > On Oct 2, 4:00 pm, Steven Roussey <srous...@gmail.com> wrote:
>
> > > > Something happen to break on error in svn? The option seems to have
> > > > disappeared..
>
> > > The short answer: use the pause button || on the Console now. The long
> > > version:
>
> > > It just moved to the Console panel. This is part of our overall "Break
> > > On Anything!" for 1.5.
> > > Console || ==> Break on Next Error
> > >   Errors in the console: break on specific lines with errors.
> > > HTML    || ==> Break on Next Mutate
> > >   Element in the console: break on mutation to specific elements
> > > Script  || ==> Break on Next JS statement
> > >   Source line: break on next execution of this line
> > > DOM     || ==> Break on next property update (maybe)
> > >   DOM panel row: break on property change
> > > CSS     || ==> Break on any style change
> > >   CSS selector: break on selector changed
> > >   CSS rule: break on rule changed.
>
> > > In addition:
> > >   all the different kinds of break points will be listed in the
> > > Breakpoints side panel;
> > >   as far as possible they will all support conditional expressions;
> > >   the new breakpoint notification will report the reason/condition of
> > > the break.
>
> > > jjb
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To post to this group, send email to firebug@googlegroups.com
To unsubscribe from this group, send email to 
firebug+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to