On Oct 5, 4:53 pm, Steven Roussey <[email protected]> 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 <[email protected]> wrote:
>
> > On Oct 2, 4:00 pm, Steven Roussey <[email protected]> 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 [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---