Kiwi Ingenuity

Thoughts from another perspective

Opening Google Chrome with Dev tools using Visual Studio 2015

Click on the drop down next to the IIS Express button in the Visual Studio Tool bar

Select Browse with ....

When the Browse with dialog box appears, click the Add button

  • Program: C:\Program Files (x86)\Google\Chrome\Application\chrome.exe
  • Arguments: --auto-open-devtools-for-tabs
  • Friendly name: Chrome with Dev Tools

Press OK button

Lastly set your newly added entry as the default.