I accidently closed the output window in VS2013. After quite some time I found the Ctrl+Alt+O - shurtcut to get the output window back.
Since then System.Diagnostics.Debug.WriteLine output is not shown there. The project is set to build "Debug" and Output-Window is set to show output from debug. Any Idea? Thank you
Edit: I tried Debug.Writeline stops working
Line is hit when using a breakpoint, Platform tried Any/mixed/x86 - all with no output
Edit2: There is no "clear" in app.config, However a FileLogWriter. Removing that does not solve the problem either
"Redirect all Output Window text to the Immediate Window" in Tools -> Options -> Debugging -> General. is enabled
Console.Write does not work as well ( I read that Console.Write does only work for Console applications?!)
Right-click in the output window "Program output" is checked.
Sysinternals DebugView Shows the output