Hi,
It's on the Debug menu:
Debug->Windows->Immediate
The Command and Immediate windows share the same "physical" window. You can
switch to the Immediate mode from Command and vice versa by typing the
following:
*Command -> Immediate*
immed
(the ">" prompt will be displayed by the IDE)
*Immediate -> Command*
(the ">" character should be typed by you)
--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE
Jon Davis said:
How do I get the Immediate window back? It seems to be gone. Command window
doesn't work. "View" menu items don't seem to show it
Jon