lukebuehler / CShell

A simple, yet powerful, C# scripting IDE and REPL
http://cshell.net
Other
703 stars 97 forks source link

Output window doesn't work anymore #83

Open lukebuehler opened 9 years ago

lukebuehler commented 9 years ago

If in the REPL I write

Console.WriteLine("Hi");

It doesn't show in the output window (when enabled)

lukebuehler commented 9 years ago

We cannot fix this easily right now, we have to first complete issue #84