Writing to Console
I'm fairly new to C# and I'm having a hard time figuring out how to write to the console. I do console.write("Output"); but although in debug mode it appears in the "Quick Console" nothing actually appears in the console window. I gather that I have to refresh the screen buffer or something but I don't know how
thanks,
Brian
Tools > Options > Debugging > General and uncheck "Redirect all console output to the quick console window"
That feature seems to be annoying lots of people, hope they remove it