Search code examples
c#visual-studiouwpconsole.writeline

Console writeline does not work


I'm debugging a UWP in C#. On a certain moment the console stops giving me the write line content.

Does anyone can imagen what the problem could be?

enter image description here


Solution

  • The Console.WriteLine isn't for IDE output window. It writes to console. So, you could use Debug.WriteLine() which is available in System.Diagnostics