Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable the start page in visual studio

I have accidentally set a page as start page when debugging. Is there any solution to disable this function?

like image 912
user2206450 Avatar asked Feb 10 '14 13:02

user2206450


People also ask

How do I remove a startup page in Visual Studio?

To change the startup itemOn the menu bar, choose Tools > Options. Expand Environment, and then choose Startup. In the On startup, open list, choose what you want to happen after Visual Studio launches.

How do I change the startup form in Visual Studio?

In Solution Explorer, click the Show All files button, then expand My Project , open up Application. myapp and change the <MainForm> value.

How do I change the startup project in Vscode?

Right click the project in the Solution window and then select Set As Startup Project. Thank you for your feedback!

How do I change the startup object in Visual Studio Mac?

You can set the startup object by right clicking on the project in the Solution window, select Options, then go to Build - General. The Main Class text box is where you can set the startup object for your project.


1 Answers

Yes, go to TOOLS->OPTIONS->ENVIRONMENT->STARTUP and there you have several options about what to do when starting VS

like image 187
Rafa Avatar answered Sep 22 '22 12:09

Rafa