Where is the Option “Start Without Debugging” in Visual Studio 2010

You may notice that the “Start Without Debugging” option is missing from the Debug menu, but it is still working if you hit “Ctrl + F5”. There is an easy fix:

Tools menu >> Import and Export Settings >> Reset all settings. Then choose C# Development Environment. Check out this post for detail.

image