How do I display the output in a .NET desktop app in Rider 2021.3.1? I have tried several variants, nothing is displayed. Also in the tab "Debug Output" is not displayed. I have enabled the setting for output to console. The curious thing is, when I initialize a console app it works? Is there something special to configure?
Asked
Active
Viewed 1,012 times
2
-
A GUI application (WinForms/WPF) does not initialize a console at startup, so Rider has no way to get those items written to the console API. – Lex Li Dec 14 '21 at 23:50