I think it's linked to the fact we use a timeout loop to push updates to the
DOM as opposed to directly hitting the DOM. So what I'm presuming is
happening is the timeout is being hit and the DOM is updated but the thread
that I'm currently debugging is stopped. We use a lot of timeouts to process
data and push it to the DOM so that's probably why the app keeps going.

I'm afraid I can't give you access to the app but I don't think there is
much that can be done anyway if it is as I'm guessing.


On Wed, Feb 18, 2009 at 5:44 PM, John J Barton
<[email protected]>wrote:

>
>
>
> On Feb 18, 12:05 am, Brian Di Palma <[email protected]> wrote:
> > I like it to my mind it makes sense. The only thing I can see being a
> > problem is the debugger being hit and the active tab not switching to the
> > script tab (which happens a lot), this usually (only?) occurs when your
> > current selection is the HTML tab but at least you can see the debugging
> > buttons being turned on so you navigate to the script tab and start
> working
> > away. Of course if the buttons are no longer visible this may lead to
> some
> > weird confusion...
>
> Thanks, this is the kind of information we were hoping to hear. We
> need to make the buttons visible whenever the debugger is halted.
>
> >
> > It's clear that Firebug cannot actually stop the JS engine in Firefox
> which
> > is a pity because as I'm debugging I can see the application merrily
> working
> > away and therefore cannot really see which piece of JS has what effect on
> > the app.
>
> If you have a example of this it would be make a great issue report
> (but separate from the tabs issue).
>
>
>
> >
> > On Wed, Feb 18, 2009 at 6:08 AM, John J Barton
> > <[email protected]>wrote:
> >
> >
> >
> > > Curtis Bartley has a prototype XPI of Firebug with the panel tabs
> > > moved to the top of the Firebug UI and the toolbar beneath it.  We are
> > > considering whether to include this in 1.4 release. Your input is
> > > welcomed. We are especially interested in potential but unexpected UI
> > > problems this change may cause.
> >
> > >http://curtisb.posterous.com/improving-the-firebug-ui
> >
> > > 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to