VS2008 Immediate Window Lost

霸气de小男生 提交于 2019-12-21 09:22:13

问题


I work in Visual Studio 2008, and a moment ago, I lost access to the windows usually docked at the bottom of the IDE (Immediate, Error List, Search Results) and I can't find a way to get them back again.

I tried

  • Using all the possible shortcuts (CTRL+ALT+I, CTRL+ALT+O)- none of them work
  • Using the menu: Debug > Windows > Immediate- did not work
  • Doing a search- no results appear
  • Rebooting- didn't work either

I can however watch, dock, and generally work the breakpoints window. When I am in Debug mode I can see them again, but if I try to de-dock the window, I get a VS Exception.

Has anyone experienced this issue before?


回答1:


The menu commands (which you've already tried)

  • Debug > Windows > Immediate
  • View > Find Results > Find Results

or the keyboard shortcuts

Ctrl + D, I or Ctrl + Alt + I (For the Immediate window)

should work.

If they don't, (and it isn't because the windows are collapsed, undocked, etc) then something has gone wrong.

Try

Window > Reset Window Layout

(see Mladen's post) and if that fails, try restarting Visual Studio.

If all else fails, you can try

Tools > Import and Export Settings... > Reset all settings

(It gives you an option to backup your current settings)




回答2:


Another one to try, While running the app, go to Window/Reset Window Layout...




回答3:


Try This

http://blogs.msdn.com/b/wriju/archive/2009/05/14/immediate-window-is-missing-in-visual-studio-menu.aspx

This is where you can find immediate window from command window



来源:https://stackoverflow.com/questions/761750/vs2008-immediate-window-lost

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!