I load up a web project or a win forms project, run it and get the debugger and the project loads. I put in a break point, it stops on the break point. I go down to my command window that in the past allowed me to do things like lblSomething.Text and it would spit out the value of the .Text property and it is now some sort of shell thing with a > beside it that doesn't allow me to do this anymore. (Even RC1 allowed this and defaulted to it correctly) So I go to the view command looking for the Immediate window and I sitll can't find it.
What am I doing wrong I can't use VS.net 2005 until I have this, it's just such a huge waste of time at this point.

Where's my Immediate window???
Roboss Liu
Is there a known solution
Jose Rojas
ScriptKiddie101
I am using Visual Web Developer Expresss (RTM) and when I debug a project I do see the Immediate Window you can bring it up from the Debug menu -> Windows -> Immediate. Or using Ctrl + Alt + I shortcut key.
Once you bring it up you can continue to use the syntax of typing the instance variable.property syntax to see the value of the property, just like before.
Regards,
Saurabh Nandu
www.MasterCSharp.com
SpyKraft
PaTaKi
Tulika Shrivastava
In VS.NET 2005, you can find all available debugging windows under Debug->Windows.
Steph Wilson
This must be a bug in the IDE (perhaps on machines that previously had VS 2003 installed )
TeeWatts
and I'm running team suite with architect, developers and testers and when I look under Tools -> Options -> Keyboard, it gives the shortcut for Debug.Immediate as CTRL+D, I.
You are appearantly using the Visual Studio 6 keyboard mapping, where the default is Ctrl+Alt+I.