Since this morning, I can't debug my console application anymore in Visual Studio. I've clean the solution, even delete the entire Debug folder but when I try to run in Debug, a new tab opens with the following message:
Source Not Available
Source information is missing from the debug information for this module.
You can view disassembly in the Disassembly window. To always view disassembly for missing source files, change the setting in the Option dialog.
There is also a pop up window saying:
Unhandled exception at 0x766FC69B (shell32.dll) in sfi.exe: 0xC0000005: Access violation reading location 0x00000004. occurred
My attempts so far
Following some comments, in the Exception Settings, I've unticked EVERY single exceptions, it didn't resolve anything.
I tried clicking on Continue but give up after the 30 consecutive F5 clicks.
Close VS 2017, log out, reboot, the bug is still there.
Anyone know how to get the Debug mode back in Visual Studio?