vote up 2 vote down star
1

Hello guys

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?

flag

2 Answers

vote up 2 vote down check

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)

link|flag
nop, neither of them functions – Jhonny D. Cano -Leftware- Apr 17 at 19:02
@Daniel, How did you get those cool keyboard keys to display? – José Basilio Apr 17 at 19:03
@Jose: Use the kbd tag :] – Daniel LeCheminant Apr 17 at 19:04
it didn't work either – Jhonny D. Cano -Leftware- Apr 17 at 19:05
@Jhonny: Is the window undocked/hidden or something? – Daniel LeCheminant Apr 17 at 19:05
show 2 more comments
vote up 2 vote down

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

link|flag
+1 Good suggestion – Daniel LeCheminant Apr 17 at 19:14
Too late for trying, but tx anyway – Jhonny D. Cano -Leftware- Apr 17 at 19:14
No problem :) Just trying to help – Mladen Mihajlovic Apr 17 at 19:20

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.