We've Always Got Something to Say.
Read our thoughts on what's happening in the industry.

March 11 , 2010

Tip: Choose which browser to debug with in Visual Studio

by Jeremy Wiggins

By default, Visual Studio uses Internet Explorer for debugging. If you’re looking for a way to change that, perhaps to harness the power of developer tools in Firefox or other browsers (or perhaps just because you don’t like IE), it’s pretty easy to do.

  1. Right-click your start-up project in Studio and click Browse With…
  2. Click Add
  3. Click the Browse button beside Program Name
  4. Select the browser you wish to use
  5. Click Ok
  6. Select the browser you just added and click Set as Default

Here are the install locations of some of the more common browsers:

  • Firefox: C:\Program Files\Mozilla Firefox
  • Chrome: C:\Documents and Settings\UserName\Local Settings\Application Data\Google\Chrome\Application
  • Safari: C:\Program Files\Safari
  • Opera: C:\Program Files\Opera
  • IE: C:\Program Files\Internet Explorer

I find myself using Firefox the most, followed by Chrome. And as a best practice, don’t forget to test your projects in all browsers before putting them into production!

2 Responses to “Tip: Choose which browser to debug with in Visual Studio”

  1. Σχεδιασμός Ανάπτυξης Ιστοσελίδων…

    [...]Tip: Choose which browser to debug with in Visual Studio | Atlantic BT[...]…

  2. solar kits says:

    solar kits…

    [...]Tip: Choose which browser to debug with in Visual Studio | Atlantic BT[...]…

Leave a Reply