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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With