C
C#5mo ago
armoire

how to see the console programm output in vs, WPF

I've got some Console.writeLine stuff but I can't find the console where it is displayed ! thx for any help
3 Replies
Pobiega
Pobiega5mo ago
You normally don't use console in wpf apps. You could use Debug.WriteLine instead, and see it in the debug window of VS
Qwerz
Qwerz5mo ago
I personally liked using Trace from System.Diagnostics . . .
armoire
armoireOP4mo ago
okay thx

Did you find this page helpful?