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