System.Console is not displaying in the Console window

Answered

Is there a reason that when we do `Console.Out.WriteLine` nothing is displayed in Debug -> Console window?

9
9 comments
Avatar
Permanently deleted user

Any update on this? I am having the same issue on a Xamarin project

1
Avatar
Permanently deleted user

Hello,

Also wondering about this, can't find any answer or topic about this anywhere. I'm running a lot of projects at the same time and it would be awesome not to have a console window for each of them !

1
Avatar
Permanently deleted user

Hello? Is there anybody in there?

 

0
Avatar
Permanently deleted user

following...

0

I have the same issue. When I check "Use External Console" in the debug settings, I see my console output, but otherwise nothing is shown in the console panel of Rider.

0
Avatar
Permanently deleted user

Same Issue/Question here. Nothing shown in Console ... any news about getting this work?

0

the reason is because of the frame work you are using

i tested on 4.0 >>>outputs on external window

while i tested on 4.7.2 it shows in rider's console.

Hope this helps

0

Still experiencing this issue with 2019.3.1

1. Make a fresh winforms desktop application using .NET framework 4.8

2. Add a handler for Load and Shown events on the form

3. In the ctor add the line 'Console.WriteLine("ctor");'

4. In the Load handler add the line 'Console.WriteLine("Loaded");'

5. In the Shown handler add the line 'Console.WriteLine("Shown");'

6. Run the application

Console output:

 

C:/Users/michael/RiderProjects/TestConsole/TestConsole/bin/Debug/TestConsole.exe

Process finished with exit code 1.

 

No sign of the writelines

0

Hello Michael,

Unfortunately, you have faced a known issue: RIDER-15637. We would appreciate if you would upvote the issue in order to demonstrate additional interest and bring increased awareness to the issue.

2

Please sign in to leave a comment.