I'm having a similar (but not identical) issue. It just started with FF 12.0 on OSX 10.6; I didn't see this behavior with FF 11, IIRC.
I have a function which is invoked by the jQuery validator plugin. Inside this function is a FB breakpoint. When I reload the page (using Cmd-R on OSX) the page loads and life is good. When I begin to tab through the input fields (built in JS from an HTML template), the validator detects a change to the last field in the row and calls the function with the breakpoint in it. That function is supposed to modify an array property of an object by .push()'ing onto the end of it -- yet the array already has the element being added! It appears that the function is somehow being called twice, yet it only breaks once. For example, if I add a console.log() in the function, the message appears on the JS console twice. If I set a BP on the console.log() it only breaks ONCE! And it's the second time through that it breaks. I will work on putting together a small test example and post here again later -- I have a long plane flight in a few hours so I will have plenty of time to simplify the code. I will also try downloading the older FF 11 and verify that the behavior doesn't happen there. Is there anything else I can do that might help narrow this down? Thanks in advance. :) On May 2, 3:22 am, kathick sulo <[email protected]> wrote: > Hi, > I have place few break points in the flow of my scripts, > At first launch of my application firebug stops execution at the break > points adn i have pressed F8 to continue with execution. > But if i lauch the same application with the same break > points, the break points are not detected and if add some additional > break points in the same flow means it detects the newly added break > points and stops execution there. > I was not faced this problem in the older revisions of > Firbug > > Please let me know whether this is a bug or it is a > configurable one. -- 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 https://groups.google.com/forum/#!forum/firebug
