Reputation: 194
Currently I'm using the Community version of Visual Studio and having trouble finding the Watch Window or its equivalent. In previous versions of Express studio there was the option to open the Watch Window in the Debug dropdown.
Upvotes: 14
Views: 20514
Reputation: 2443
The Watch, Local, Auto, and all Debug related windows will only appear in the menu if the debugger is currently debugging a program. This has been changed in Visual Studio 2013.
That's all you need to do.
Upvotes: 18
Reputation: 4146
I think that Ctrl+Alt+Q will bring up the Watch window (default key bindings). Menu wise it is located under Debug→Windows→Watch→4 options listed
Check out this MSDN article for more info.
Upvotes: 7