Monday, September 12, 2016

When Visual Studio menu items are missing

A couple days ago while writing the assembler miniseries, I tried to step through a function in Visual Studio's disassembly view. I immediately noticed that I didn't have the relevant menu items mentioned by several Internet answers.

I then went to check on the menu customizations, in the Commands tab of Tools | Customize.


Pulling down the Menu bar dropdown lets you look at any menu or submenu. From there, you can click Add Command, pick the appropriate category, pick the specific command, and click OK.


The menu item is then added to the menu.

No comments:

Post a Comment