When I attempt to debug win forms apps, when the debugger hits the breakpoint I get the message "Source not Available" and "Code not running" and if I push F11 the app keeps on running. The weird thing, Console apps seem to debug fine. I tried resetting the setting and the like, none of which seemed to help. I can recreate the problem by creating an empty Win Forms app and putting a single line in the Load method:
Console.WriteLine("Test"); Any suggestions?