On Jul 27, 11:29 pm, Danno57 <[email protected]> wrote: > So I'm merrily single stepping some javascript in FireBug 1.7.3 and > decide I need to skip a bunch of lines. So I set a "Run to this line" > and it goes there as expected. Trouble is, now it stops there ALL the > time. I have tested this with Firebug 1.8b6 and I can't repro the problem. Is it possible to repeat the test with your page?
> I've disabled / removed all breakpoints. Disabled / enabled > FireBug for the site. Closed / opened FireFox. Reset all FireBug > options (which has the nasty unexpected side effect of also clearing > everything from localStorage, in which I had a lot of other stuff I > did NOT want cleared). And it STILL stops on that line every single > time. > > I also got the latest version available to me (1.8.0b6) and it still > stops. What do I have to do, make the line a comment or something so > it will no longer be able to stop on it? Don't particularly want to > change code just to avoid stopping on that line... Take a look into your Firefox profile directory and look for: firebug/breakpoints.json - Close Firefox - Remove the file - Start Firefox Does it help? Honza > > Thanks! > Dan -- 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.
