Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Lost window in visual studio 2010

I am new and stupid. I closed this window:

enter image description here

How this window is called and how to activate it. Make it pop up.

like image 557
NCFUSN Avatar asked Apr 22 '11 19:04

NCFUSN


People also ask

How do I open the Watch window in Visual Studio 2010?

It's available from Debug | Windows | Watch | Watch 1 or Ctrl + Alt + W + 1. There are 4 watch windows in Visual Studio, which you can use in different contexts (Watch 1, Watch 2, etc.). Any expression can be entered into the watch window.

How to Reset Toolbox in Visual Studio 2010?

Reset the Toolbox from Visual Studio: right-click the Toolbox and click “Reset Toolbox”.

How do I show immediate window in Visual Studio?

Execute a function at design timeOn the Debug menu, choose Windows > Immediate.

Where is the Locals window in Visual Studio?

To open the Locals window, while debugging, select Debug > Windows > Locals, or press Alt+4. This topic applies to Visual Studio on Windows.


2 Answers

It is the Locals window.

You will find it under Debug -> Windows.

Alternatively, use the keyboard shortcut Ctrl + D + L.

It is only available during a debugging session and is not available on Express editions.

like image 52
Oded Avatar answered Sep 23 '22 00:09

Oded


Go to the Debug menu then windows then locals and it will show up. You must be in the middle of debugging to have it show in the list.

enter image description here

like image 42
odyth Avatar answered Sep 22 '22 00:09

odyth