I was working on my application today, and literally all of a sudden, my debugger just stopped working.
I'm working in Visual Studio 2013. Normally when I debug, I set the breakpoint, and hit f11 to step into, and watch the updated results in what I believe is the watch window. However now it is completely blank. Nothing displays at all.
The program compiles, runs and builds fine, and I have literally been over what seems like most quick fix solutions on the internet. Has anyone else ever had this problem?
EDIT:
Once a breakpoint is set, I can right click a variable and add to watch to debug, but this just isn't convenient. I assume then for some reason it has decided to not add everything to watch by default. Is this an option somewhere in VS?