Did you read the page, that was linked in my first comment?
I believe Pedro described it pretty clearly there.

You have three possibilities to do this:

   - Via the URL:
   
   e.g. <script type="text/javascript" 
   
src="https://getfirebug.com/firebug-lite.js*#enableTrace,overrideConsole=false*";></script>
   
   - Via JSON:
   
   e.g. <script type="text/javascript" 
   src="https://getfirebug.com/firebug-lite.js";>*{
       overrideConsole: false,
       startInNewWindow: true,
       startOpened: true,
       enableTrace: true
   }*
   </script>
   
   - Or via cookies:
   Firebug Lite sets the cookies through the UI and you have the 
   possibility to overwrite them.

All this has to be done inside the file, in which you include Firebug Lite.

Please let me know, if that info helped.

Sebastian

-- 
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
https://groups.google.com/forum/#!forum/firebug

Reply via email to