On Oct 9, 12:31 pm, Steven Roussey <[email protected]> wrote:
> 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?
Well let's make up a story and see if we can get it to work.
If you hit pause on the net panel and reload what stop point will make
sense?
If you hit pause on the script panel and reload I think it should
break on the first JS statement in the page.
Others?
>
> On Oct 5, 5:02 pm, johnjbarton <[email protected]> wrote:
>
> > 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
-~----------~----~----~----~------~----~------~--~---