Reputation: 638
I created a new Console Project in MonoDevelop and when I try to execute it (e.g. the default Hello World program) no console window appears, but MonoDevelop says it is already running.
Upvotes: 1
Views: 1754
Reputation: 638
You need to enable output on an external console in order for a console window to appear.
Project > %ProjectName% Options > Run > General
Options > Run > General
The console window should now appear in your system's default console.
Upvotes: 2