C
C#6mo 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
Pobiega6mo 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
Qwerz6mo ago
I personally liked using Trace from System.Diagnostics . . .
armoire
armoireOP5mo ago
okay thx

Did you find this page helpful?