On Fri, Feb 13, 2009 at 9:06 AM, Alan McGovern <[email protected]> wrote: > If you're running the code inside monodevelop, you cannot use > Console.ReadLine as MonoDevelop does not allow you to accept input via the > console when it executes an application. There is an active bug on this > issue.
There's an option, in the project options, to run the app in an external terminal. This is what you should use if you want input. It's not a bug, it's the absence of a feature. That pad is an "Output" pad, not a terminal emulator. Building a terminal emulator inside MD would be overkill (though contributions are welcome). -- Michael Hutchinson http://mjhutchinson.com _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
