I am seeing similar behaviour, but also noticed that a large portion of my JS file was not being displayed in the Firefox script window. I am seeing the behaviour with Firefox 5.0 and Firebug 1.8.0b4, but have narrowed down at least part of the bug. When the word "forward" appears in my JS, Firebug gets unhappy and starts having some sort of issue mapping lines to functions. In a ~6000 line JS file the file gets displayed in a truncated fashion with 1000 lines missing starting from the first place the variable forward is used as an argument. The function declaration is then squished into much later code.
Unfortunately, I haven't had time to build a simple test case, but this should be something to start with. On Jun 27, 6:52 am, jb <[email protected]> wrote: > sorry, I forgot to include these important things: Firefox 4.0.1 + > Firebug 1.7.3 > > On jún. 27, 12:16, Jan Honza Odvarko <[email protected]> wrote: > > > > > > > > > What version of Firebug and Firefox do you use? > > Honza > > > On Jun 27, 12:01 pm, jb <[email protected]> wrote: > > > > hi! > > > > Firebug is really sick for me this week: if I place breakpoints in the > > > code they do not work, bps cannot be placed on many lines at all, and > > > there is no relation between the function name I put my breakpoint in > > > and the name shown in the breakpoint tab. See this small screencast to > > > see what I see:http://db.tt/uMXBSrs > > > > do you have any idea what to do? > > > > cheers, jb -- 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.
