For me it happens on any site I tested with FF8 and trivially in the below. It doesn't seem to happen on FF3.6, Auroa or Chrome so maybe FF8 behaviour rather than Firebug.
<html> <head> <title>Test</title> </head> <body> <script> var a = 1; // put a breakpoint here and add a watch for Generator which is undefined. Then step with F10 and Generator is then an object var b = 2; </script> </body> </html> On 14 December 2011 05:40, Sebo <[email protected]> wrote: > Do you use Step Into or Step Over? Do you define Generator as an empty > object somewhere in your code? Might it be possible to get a little test > case? > > Sebastian > > -- > 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 > -- Michael Braithwaite Senior Software Engineer - Turbulenz Limited -- 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
