Visual Studio debug menu invisible
I feel a little stupid ask开发者_运维问答ing this, but the "Debug"-menu in my Visual Studio installation has disappeared. It supposed to be between the "Build" and "Tools" menu, but it is simply not there. Restarting VS doesn't help. Also tried looking for a way to customize the menus, but no success.
Any ideas where it went, and how I can get it back?
Right click on your menu -> Customize -> Select Menu Bar -> Click Reset button
alt text http://img63.imageshack.us/img63/3576/debugmenu.png
And make sure you're in debug mode :)
If this doesn't help try Tools menu -> Import and Export Settings -> Reset all settings
[VS2015] - During reseting be sure to choose 'General' preset. If you choose for example web dev code only it still would be invisible.
Inside the build menu drop down you will see the "Start Debug" submenu, you can start debugging by clicking "go" inside it. Or else you can press "F5" to start the debugging to see the Debug toolbar please follow the procedure given by Nokola.
精彩评论