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 -~----------~----~----~----~------~----~------~--~---
