RTeesdale
RTeesdale

Reputation: 75

Visual Studio 2017 community Watch window

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

Answers (2)

mehdi
mehdi

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

Sergey Vlasov
Sergey Vlasov

Reputation: 27910

Please look in Debug - Windows - Watch menu:

enter image description here

Upvotes: 10

Related Questions