On Saturday, October 15, 2011 1:03:03 AM UTC+2, steve wrote: > > I'm using Firebug 1.7.3
Please note, the latest version of Firebug is 1.8.3. We don't support 1.7 anymore. > and it doesn't seem to be showing me any > JavaScript format errors. if I purposely take out a brace, for > example, I don't see any warning from Firebug. With "format" errors you probably mean syntax errors. Make sure you have *Show JavaScript Errors* enabled inside the Console panel<http://getfirebug.com/wiki/index.php/Console_Panel#Options_Menu>. This will allow you to see all JavaScript errors. It seems like this > sort of thing used to be shown in the Firebug Status bar, but > apparently the Status bar was abandoned. > Note, the Firebug Start Button still shows errors besides it. See therefore Honza's blog entry<http://www.softwareishard.com/blog/firebug/firebug-start-button-in-firefox-4/>and the related issue <http://code.google.com/p/fbug/issues/detail?id=3984>. Sebastian -- You received this message because you are subscribed to the Google Groups "Firebug" group. To view this discussion on the web visit https://groups.google.com/d/msg/firebug/-/WCpb1_a4ToIJ. 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.
