Where is the restart icon in Visual Studio 2010?

In Visual Studio 2008 I used the restart button a lot, but in Visual Studio 2010 it is missing, at least in Visual Web Developer 2010 Express, I assume it is the same in the standard version too.

Where is the restart icon in Visual Studio 2010?

alt text http://www.deviantsart.com/upload/1tjdgv7.png

Added:

Ok, I was able to add it to Configure, but after adding it, it crossed out, so I can't use it. Close Visual Studio and reopen, still greyed out. How do I enable it so I can use it?

alt text http://www.deviantsart.com/upload/bja4fv.png

+2


a source to share


5 answers


The Debug toolbar is not like mine. No problem, you can change it. Tools + Customize, Commands tab, select Toolbar, select Debug. Select the location where you want to insert the button. Click Add Command, select Debug + Restart.



+4


a source


Buttons that need buttons?

Ctrl + Shift + F5



Additional keyboard shortcuts

+3


a source


There is not enough room in the Debug toolbar to display all the buttons, so the restart button has moved to the overflow bar.

If you move the toolbars so that there is enough space, the button should appear.

+1


a source


The reload icon is on the toolbar in the Ultimate editor, so I guess you don't have enough space in the toolbar ... or it was magically disabled somehow.

0


a source


The Stop button is grayed out, so I guess your program is not working. You can only use the restart button when starting the program inside the debugger.

0


a source







All Articles