I've gone crazy? Have I always been able to trust the debugger correctly?
It turns out that during a debugging session with VS2015, when I, for example, change the value of a variable in the Immediate window, this assignment leads to the assignment of the value "garbage". This is the same garbage value every time, but nonetheless completely wrong.
I redid this to a simple application for a console application, and just in case, you could agree with my self-esteem of madness, I also made a screenshot in which it will work.
Are you getting this problem too, or is it a local computer problem?
Here are links to one drive for:
PS: I am running Windows 10 Enterprise x64, VS2015 Enterprise with all current updates for OS and VS. The main equipment is modern equipment with which I had no problems with VS2013.
internal class Program { private static DateTime? _nullableDateTime; private static void Main( string[] args ) {
I will start collecting the same for the VS Connect problem.
EDIT: I'm starting to wonder if this is a problem only for me, since no one has confirmed that this is happening for them.
EDIT: A connection problem has been reported here .
source share