Visual Studio Debugger Guide --- Restore hidden debugger command

When you install Visual Studio, you'll be asked to select a major programming languages ​​to set the default IDE. IDE default settings for some languages ​​may hide some debugger commands. If you are using the default IDE settings hidden debugger features, you can use the following procedure will be re-added to the menu in the corresponding command.

Restore hidden debugger command

  1. The project is in an open state, in the "Tools" menu, click "Custom."

  2. In the "Customize" dialog box, click "order" tab.

  3. In the "Menu" box, select "Debug."

  4. In the "command" box, select the command you want to add, and drag it to the "Debug" menu.

  5. Repeat the above steps to add additional commands.

  6. After you have finished adding commands to the menu, click "Close."

    Only some menu items displayed in the debugger only in a particular mode (such as running or interrupt mode). Therefore, after you complete these steps, you added items may not show up immediately.

Restore the command "Customize" dialog box unavailable

Some commands (especially in the hierarchical menu command) can not be restored from the "Customize" dialog box. To restore these commands, you must import a new set of IDE.

Introducing new IDE provided

  1. On the "Tools" menu, click "Import and Export Settings."

  2. On the "Welcome to the Import and Export Settings Wizard" page, click "Import selected environment settings" and then click "Next."

  3. In the "Save Current Settings" page, determine whether to save the existing settings, and then click "Next."

  4. On the "Settings choose to import a collection of" pages "Default Settings" folder, select one that contains the command you want to use to develop a collection of settings. If you do not know which collection should choose, try the "General Development Settings" or "Visual C ++ Development Settings", which provides most of the two sets of debugger commands.

  5. Click "Next."

  6. Under "Choose to import settings" "Options" on the page, make sure that the "debugging." Clear other check boxes, check boxes unless also import the corresponding settings.

  7. Click "Finish."

  8. On the "Import complete" page, check the "More Information" section to see if there are any and reset your settings associated errors.

  9. Click "Close."

 

Guess you like

Origin www.cnblogs.com/yilang/p/12454862.html