Console.Writeline working on x86 but not x64
问题 I'm testing a project in visual studio 2012. When I run my code in x86, Console.Writeline shows up in the output window. However, when I run it in x64, it does not. I understand I can use System.Diagnostics.Debug instead, but I would really like to understand why Console.Writeline is not working, or if there is a setting somewhere. Thanks. Edit: An observation: The Visual Studio hosting process is disabled for both builds. When I enable it, all Console.Writeline messages show up for both x64