On Mar 24, 4:29 pm, johnjbarton <[email protected]> wrote: > Ok, but 1483 is fixed, so you probably have a different problem, one > we don't have a test case for so we can't fix it.
I'm also seeing a problem with breakpoints not being triggered in FB 1.4.0a14 (FFx 3.5b4pre nightly 20090327). I have no idea if it is related to the other poster's issues, but here goes. Test case 1483 works for me, but I see this error in the console window: groups is not defined chrome://firebug/content/debugger.js Line 2662 In diffing debugger.js from a13 and a14 (end-user versions) I notice that refresh() has been rearranged. It seems that in that rearrange the definition for the "groups" variable was moved/removed. In a13 it is defined on line 2434 where it isn't defined in a14 (that I can see) Copying line 2434 in a13 (var groups = [];) to line 2661 in a14 stopped this error and allows the breakpoints to work for me. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
