Visual-studio – Keyboard shortcut to switch between Debug and Release modes in Visual Studio

keyboard shortcutsvisual studio

Is there a keyboard shortcut that allows you to easily change Build Configuration (say, from Debug to Release) in Visual Studio (2008)?

In the Standard Toolbar there is a drop-down where one can easily change between Build Configurations, but I only know how to access it with my mouse.

Is there an easy way this can be done via the keyboard?

Best Answer

Just for the record, it's actually not that hard to use the standard keyboard mappings for the Configuration Manager dialog:

Alt+B, O, (Arrow keys or first letter, e.g. D(ebug) or R(elease)), Enter

The dialog box pops up fairly quickly, so this works for me.