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?
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