Home > Mobile >  VS 2008 Under debug menu the "Save Dump As..." tab appearing many times
VS 2008 Under debug menu the "Save Dump As..." tab appearing many times

Time:09-29

I'm using Visual Studio 2008 for a while now and i just noticed that under the "Debug" menu there are many disabled tabs of "Save Dump As...". There are so many tabs like this that i can scroll the debug menu and it seems like i can't even reach the end of it all. I want to know why it is happening and how can i solve it.

save dump as

CodePudding user response:

I managed to find where i can edit this menu, in VS they call it "Commands".

Under "Tools->Customize->Rearrange commands..." select your current menu bar and remove the unnecessary command.

I still don't know why this is happening, but now it's easy to maintain.

You can also rearrange the menus as you wish, which is nice.

  • Related