Reputation: 75
Currently I'm using the Community version of Visual Studio 2017 and having trouble finding the Watch Window using the debug menu or any other keyboard short cut methods. Does the watch window exist in VS2017 community? Or should use some other method for inspecting variable contents during debugging?
Upvotes: 6
Views: 8652
Reputation: 61
You must first Debug your code with pressF5 key and then Watch window is added to Debug Menu and watch window as i said accessible from Debug>Window menu
Upvotes: 6