In Visual Studio 2005 Team Edition for Software Developers, I can not find the Immediate Window.
According to this article:
http://msdn2.microsoft.com/en-us/library/f177hahy(VS.80).aspx">http://msdn2.microsoft.com/en-us/library/f177hahy(VS.80).aspx
It should be under the Debug menu, then windows menu. But it's not.
I found I can get to it by going to the command window and typing immed.
I can not find anyone actually saying this is a bug or a work around to get it in the menu system.
Is this a bug in VS2005? Does it show up on some versions and not others?
-
-
shuff1203 wrote:In Visual Studio 2005 Team Edition for Software Developers, I can not find the Immediate Window.
According to this article:
http://msdn2.microsoft.com/en-us/library/f177hahy(VS.80).aspx">http://msdn2.microsoft.com/en-us/library/f177hahy(VS.80).aspx
It should be under the Debug menu, then windows menu. But it's not.
I found I can get to it by going to the command window and typing immed.
I can not find anyone actually saying this is a bug or a work around to get it in the menu system.
Is this a bug in VS2005? Does it show up on some versions and not others?
Mine is under the Debug menu, but I'm only using professional.
Try "ctrl-d, i" and see if that works. -
Strange strang strange. Alt Ctl I works. I've found serveral blogs talking about it randomly disappearing. ON mine it never shows up.
Here is a blog sample:
http://jopinblog.wordpress.com/2007/06/18/missing-immediate-window-in-visual-studio-2005/#comment-41 -
You can customize your toolbar and add it if the option is gone.
Right-click your toolbar.
Click the Customize... menu item.
Select the Commands tabs.
Select the Debug category.
Select the Immediate command.
Drag and drop it onto your menu or toolbar somewhere. -
JChung2006 wrote:You can customize your toolbar and add it if the option is gone.
Right-click your toolbar.
Click the Customize... menu item.
Select the Commands tabs.
Select the Debug category.
Select the Immediate command.
Drag and drop it onto your menu or toolbar somewhere.
Thanks. Not sure how it got removed in the first place though or if it was ever there.
Thread Closed
This thread is kinda stale and has been closed but if you'd like to continue the conversation, please create a new thread in our Forums,
or Contact Us and let us know.