views:

135

answers:

1

After upgrading to FF3.5, I noticed Firebug is slower. A lot slower, it is annoying to debug web applications and have to wait 5 seconds to open a tab.

After some googling, I got FF3.0 and FF3.5 running side by side, with different profiles. Now I can use GMail, Google Docs, and all the Google Apps we use here at work in FF3.5 (a lot faster) and debug my application in FF3.0.

I would like to set my Visual Studio 2008 to start my web application in FF3.0, but I don't see how to pass parameters after adding a new browser in the "View in Browser" dialog.

Anyone tried that before?

Thanks!

+1  A: 

You could try using the portable version of firefox 3.0.12, as it will run in parallel with the "proper" version.

Rich Seller
This is a valid comment, but passing parameters inside the dialog in Visual Studio would look cleaner. If nothing else appears, I will try it. Thanks!
wtaniguchi