Actually IE8 Developer Tools (F12) does display console.log messages in it's console ... console.dir etc. does not work though.
On Jul 29, 11:38 pm, YaoXing Zhang <[email protected]> wrote: > Yes it will. And IE users don't have console object at all. > As long as JavsScript doesn't have conditional compilation like other > languages, I prefer defining a flag > var DEBUG = true; > if (DEBUG) console.log(...); > > Regards, > YX > > On 2009/7/29 15:56, Laurakeet wrote: > > > If I am using console.log for debugging locally do I need to make sure > > I remove those statements once I have pushed my code to a live web > > page? What if random users don't have firebug? Will it break my forms > > or other pages? > > > thanks, > > Laura > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
