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.