What happened to the Immediate window in my Visual Studio 2010 IDE?

So you lost your Immediate window in Visual Studio and you want it back, well here are the ways you can get it back:

In the command window type immed and then enter.

Select Tools-Customize (that’s Tools, not View)

image

 

Select the command tab and then scroll down to the View-Other Windows selection, this is where you will place the Immediate window selection:

image

Click the Add Command button and then select Debug in the categories and Immediate in the selection list box Commands, then select OK:

image

 

You may need to move the Immediate command up or down, I like mine under the “View-Other Windows” menu item.

image

Once you get  everything set, you should see the following!

image

Done.