On Thu, Aug 20, 2009 at 22:40, Steven Roussey<[email protected]> wrote: > When I was finished, I see that the extensions folder gets created > with a file that has the path of the firebug1.5 svn folder in it. But > firebug doesn't show up in Fx. I set > javascript.options.showInConsole=true and extensions.logging.enabled = > true but nothing is in the error console. What do I try now?
You have to create a _file_ named as it were a folder. So, you end up with the file "YourPathToExtensions/[email protected]" Make sure you are viewing file extensions if you are on Windows and the file doesn't have any. If it's named "[email protected]" it won't work. Inside that file, just put the location of the SVN checkout, with an slash at the end of the path. The slash is very important, if it's not present at the end of the location, it won't work. So if the file contains something like "C:\firebug\svnCheckout" it won't work but with "C:\firebug\svnCheckout\" it will. As a reminder, if you're not on Windows, you should use regular slashes "/". Then just start firefox and you should have firebug installed. HernĂ¡n --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
