On Apr 24, 3:26 am, Zaph <[email protected]> wrote: > Thanks for your quick resonse! > > > > > You need to tell us which version of Firebug. > > Yeah, that was dumb - it gets updated whenever Firefox finds a new > version, and I'm using 1.5.3 at the moment. > > > > > Then > > readhttp://www.softwareishard.com/blog/firebug/how-to-enable-and-disable-... > > I never realised that the icon has two statuses - coloured and grayed. > I open and close it with F12, and it turns out that F12 only only > minimizes it instead of disabling it. > > > > > 1.5 has better support for break on error, I recommend break on > > specific errors rather than All. > > That's not very productive when you're programming complex javascript > applications... ;-)
By breaking on specific errors you can concentrate on fixing one without another one distracting you in the process. > > > 1.6 has better support for break on all errors, allows you to break > > once then skip in future. > > Well, what happens is I'm working on a website with Firebug active, > and when I need a short break I close it with F12, visit some > newssites and forums, and then suddenly it pops up because there's a > javascript error. You will need to decide. If you want Firebug to pop up when an error occurs, then set Break on All Errors and leave Firebug active. If you don't want Firebug to pop up, then either click the Break On All Errors off or click Firebug Off. We are working on reading your mind to know when you want the error notification, but these feature won't be available soon ;-) jjb -- 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.
