[MonoDevelop] Can't see console output/debug info

Michael Hutchinson m.j.hutchinson at gmail.com
Sat May 29 00:04:26 EDT 2010


On Sun, May 23, 2010 at 7:44 AM, rbw <ryanweh at gmail.com> wrote:
> Yes, sorry i forgot to mention I'm looking in Application Output.
>
> When i run it this is all I get:
...
>'C:\Windows\assembly\GAC_MSIL\System.Windows.Forms\2.0.0.0__b77a5c561934e089\System.Windows.Forms.dll'

It looks like you're using the .NET debugger with a Windows Forms app.
It's my understanding that such apps detach from the controlling
terminal, so MD cannot capture the output. Perhaps VS has special
handling for this and MD does not. Could you file a bug report?

You may have more luck viewing output by either changing the project's
output type to a console app, or using the Mono Debugger. To use Mono,
install Mono - it's not included with MD -  then use the "Run->Run
With->Mono Soft Debugger" menu, or change your target runtime in the
Project menu, or change default target runtime in Preferences.

-- 
Michael Hutchinson
http://mjhutchinson.com


More information about the Monodevelop-list mailing list