C
C#8mo 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
Pobiega8mo 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
Qwerz8mo ago
I personally liked using Trace from System.Diagnostics . . .
armoire
armoireOP8mo ago
okay thx

Did you find this page helpful?