On Fri, Aug 21, 2009 at 12:48, Michael<[email protected]> wrote: > Unfortunately because Firebug is critical to the development of a web > application, I must use Firebug. This means that I now use Google > Chrome for "non web development." AKA: My entire development team has > moved to Chrome for normal browsing activity, while CTRL+ALT+DELing > Firefox occasionally during development.
Well... Regarding this, there is an special parameter you can pass to Firefox "-no-remote". It allows you to run two different profiles of Firefox at the same time, in two completely different processes. That way, you can have a "Development" profile in which you enable firebug in just the needed tabs and other called "Browsing" in which you don't have firebug enabled or installed at all. When the development instance hangs, you can wait doing something in the other or kill the process and reopen it. 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 -~----------~----~----~----~------~----~------~--~---
