www.delorie.com/djgpp/faq/debugging/mono.html   search  
How do I use the mono monitor for debugging?

How do I use the mono monitor for debugging?

Unfortunately, the "mono" parameter to go32 doesn't affect gdb or edebug. You can run these on the mono screen by getting the mshell program, then running it like this:

	mshell go32 -d gdb program ...
This makes all the text go to the mono screen.