No output to console window in debug mode
I am writing an console application but when I try to debug there is not output from Console.WriteLine() to the console window just to the quick console in the IDE.
The output is ok when I run the release vertion.