Hi,
I just tried the debug test feature of 1.37b for the first time (little need to debug otherwise). I noticed that the Debug 'Autos' and 'Locals' have some odd key/values in them. Not the local variables one would expect while debugging. I noticed that while in a
Code:
foreach (var item in collection)
the 'item' variable is not known. I was also using some linq and aunonymous types and these were also not available (no debugging tooltips etc.)
Perhaps this is due to the way that you start up the debugging session?
As it is obviously a lot faster to start debugging this way (;-)