Sounds like http://code.google.com/p/fbug/issues/detail?id=1096&q=label:debugger%20label:bugzilla which is a Firefox bug https://bugzilla.mozilla.org/show_bug.cgi?id=463239
jjb On Nov 21, 8:46 am, "david.karr" <[EMAIL PROTECTED]> wrote: > Firefox 3.0.4, Firebug 1.2.1. > > I have a line of code that looks like this: > > animate = animCfg.speed > 0; > > This is a line of code in the Carousel component in YUI 2.6.0. The > "animate" variable controls whether the scroll to the next page will > "jump" or animate the scroll. When I execute this code without > stepping through it, it obviously animates (as I have it configured). > > When I hit the breakpoint on this line in Firebug, hovering shows > "animCfg.speed" is "0.5". I copied the expression into the Console > field, and it prints "true". I then stepped to the next line, an "if" > which checks the value of "animate". The "Watch" tab now shows the > value of "animate" as "false". Continuing to step, it steps into the > "false" branch. > > Is this a known problem? If not, I have this application deployed to > a public web site, and I can document the steps to reproduce it. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
