Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open site in new tab of existing Chrome instance when debugging [duplicate]

People also ask

How do I get Chrome to open the same page in a new tab?

Or, use a keyboard shortcut: Windows & Linux: Ctrl + t. Mac: ⌘ + t.

How can I have Chrome automatically open a new tab when I click on a link?

For this, you have to hold the CTRL button and then click on the left mouse button while pointing the cursor to the web address. If you click on a link in this manner, the website won't open in your current tab; instead, you'll see a new tab with your preferred web page.

How do you open a new tab with the same content?

Hold Ctrl and left-click or middle-click the Reload button on the location/address bar to open the current page in a new tab.


On the Menu bar of Visual Studio, go to

Tools > Options

After that, a window will pop up.

From there, navigate to

Debugging > General > uncheck Enable Javascript Debugging for ASP.NET (Chrome and IE)

launch in Chrome

Since Visual Studio 15.7.0

You also need to uncheck option:

Tools > Options > Projects And Solutions > Web Projects > Stop debugger when browser window is closed