Get back Immediate window?

  • Thread starter Thread starter Jon Davis
  • Start date Start date
J

Jon Davis

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
 
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)
 
thanks .. actually it seems that it must have been the command view I was
looking for... this helped, thanks

Jon


Dmitriy Lapshin said:
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
 
Back
Top