This tag refers to the watch window(s) of MS Visual Studio that is used to view variables during debugging.
Questions tagged [watch-window]
32 questions
0
votes
1 answer
Visual Studio 2012 debugger fails computing index of managed C++/CLI array
I have found what seems to be an anomaly in VS2012 debugger display of managed arrays using C++/CLI. It seems when I try to use a simple math expression for the index the debugger displays element 0 instead. See watch window below.
The…

JonN
- 2,498
- 5
- 33
- 49
-1
votes
1 answer
Lambda expression evaluation not working in Visual Studio 2015. Why?
I was quite excited to test the lambda expression evaluation in Watch/Immediate window of VS2015, unfortunately I can't get this feature working.
I was testing this on few ASP.NET project(using .NET 4.6.1), but no matter what expression I type into…

Michal Šuvada
- 170
- 1
- 10