✅ Outputting to debug console.
You can select "Debug" from the "Show output from" drop-down in the output window. But when I do Debug.WriteLine, it doesn't output it there. I have to select the name of the app I'm debugging from that drop-down instead. How do I output to the Debug console?
I have to set up a trace TraceListener send to write to "System.Console.Out". If that matters. Otherwise. I get no output at all.
4 Replies
you need to have the correct define enabled - you won't see debug output in Release configuration by default, but it should work by default in Debug configuration
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View
It's a web application. The only output I see in the Debug console is something like "verbose logs are written to... some path".
Unknown User•3w ago
Message Not Public
Sign In & Join Server To View