Hi John,
  Unfortunately neither worked.

Steps for new profile.
1. Started firefox 3.0.8 using the command line (firefox -P) and
created profile "test"
2. Installed firebug and restarted then attempted to debug the js call
in behavior.  I received the same application hang

Steps for firefox 3.0.6
1. Downloaded and installed 3.0.6 from the ftp server
2. Followed steps for a new profile (deleted test before creating test
2)
3. I still received the application hanging.

Thanks,
Todd

On Apr 1, 5:33 pm, johnjbarton <[email protected]> wrote:
> Sorry you tried a lot of permutations already, but now I have a couple
> of more for you ;-(
>
> 1) Reinstall of Firefox or Firebug rarely works, because the config
> info -- the source of most odd problems -- is not altered.  For this
> you need to install Firebug into a new firefox profile. That will
> eliminate lots of variables and its the most important step in sorting
> problems. (see the Firebug FAQ for 
> hints,http://groups.google.com/group/firebug/web/faq-about-firebug).
>
> 2) Try Firefox 3.0.6. 3.0.7+ is known to hang on google maps like
> apps. That's not your problem, I'm betting on #1.
>
> A total hang of Firefox is not really a Firebug bug, its has to be a
> Firefox problem. So our job is to help clarify the issues.
>
> jjb
>
> On Mar 31, 9:02 pm, Todd Nine <[email protected]> wrote:
>
> > Hi John,
> >   Thanks for the reply.  Sorry my initial request for help wasn't very
> > clear, I needed to take a break and walk away :)
>
> > The issue is not that execution of my page stops, as it should with a
> > breakpoint, but that I cannot step out, in, over, or run once I hit my
> > breakpoint.  Firefox as a whole hangs, and does not accept any input
> > on any part of the interface including menus in the OS.  I've disabled
> > all other plugins besides firebug.  I've rebooted, reinstalled Firefox
> > and I've tried FF 3.0.7 with all firebug versions from 1.3.0 to
> > current as well as FF 3.0.8 from version 1.3.0 to current.
> > Unfortunately nothing seems to work.  I've running on a Macbook Pro
> > with OS X 10.5.6.
>
> > After some testing, it seems that this issue only occurs within the
> > scope of a Behaviour.addLoadEvent call.  Debugging non OO javascript
> > doesn't reproduce the issue.  Any ideas?
>
> > Thanks,
> > Todd
>
> > On Apr 1, 4:12 pm, johnjbarton <[email protected]> wrote:
>
> > > Hi Todd. Sorry I'm not able to understand your issue. Firebug should
> > > cause Firefox to 'hang' when you reach a breakpoint, that's what
> > > breakpoints do.
> > > If you get an error you think is related to Firebug, what is that
> > > error?  Is Firefox crashing or hanging?  Firebug 1.3? maybe 1.3.3?
>
> > > jjb
>
> > > On Mar 31, 7:30 pm, Todd Nine <[email protected]> wrote:
>
> > > > Hi all,
> > > >   I recently upgraded to FF 3.0.8.  Today I was attempting to use the
> > > > Javascript debugger to work on some new functionality for our site.
> > > > The page loads fine but with errors with firebug enabled.  However, if
> > > > I set a break point, Firebug will cause FF to hang once it reaches the
> > > > break point.  Everything runs normally with Firebug enabled for my
> > > > local dev site, and it only crashes during Javascript debugging.  I'm
> > > > running Firebug 1.3.  Any suggestions?
>
> > > > Here's the javascript in case it helps.
>
> > > > Behaviour.addFinalizeLoadEvent(
> > > >     function() {
>
> > > >       var panel = $('InboxMessagePanel');
>
> > > >       alert(panel);
>
> > > >       alert(panel.childElements());
>
> > > >       alert(panel.select('txt-message-panel'));
>
> > > >       var trackPagingController
>
> > > >          = new MessagePagingController(
> > > >         $('InboxMessagePanel').select('txt-message-panel'), 'Inbox');
>
> > > >       //     $$('div.hidden-panel').each(Element.hide);
>
> > > >       //        goButton = $$('a.go-button').first();
> > > >       //        goButton.addClassName('button-disabled');
>
> > > > //      Behaviour.apply();
>
> > > >       //$$('div.track-actions a.action-button').first().onclick();
> > > >     }
> > > > );
--~--~---------~--~----~------------~-------~--~----~
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