Interesting Thread.sleep error in Mono-D

alex info at alexanderbothe.com
Wed Aug 22 08:12:33 PDT 2012


On Tuesday, 21 August 2012 at 07:07:13 UTC, Jeremy DeHaan wrote:
>
> Am I actually doing something wrong? Or is this just something 
> going on with Mono-D?

This is totally normal and not bound to any bug:
It's because MonoDevelop doesn't provide an input stream 
redirection - so unlike the normal console it supports only text 
output, not input - you can't type anything in the output panel.
And this is the reason there is such an exception every time you 
expect some data to be passed to the input stream, like it's done 
via stdin.readln();

Cheers,
Alex


More information about the Digitalmars-d-ide mailing list