[mono-android] NUnit Output
Robert Ferguson
robert.ferguson at rd.io
Sat Jan 14 01:26:00 UTC 2012
Hi,
I'm running NUnit in MonoDevelop on Mac and not seeing any debugging
output (although I see debug output when I run the application). It's
hitting breakpoints, but all I see is test success and fail. I've
tried changing the handler between:
System.Diagnostics.Debug.WriteLine (entry);
System.Console.WriteLine (entry);
Trace.WriteLine (entry);
With no results. I'm also getting a dialog before run:
An application is already running and will have to be stopped. Do you
want to continue?
I hit yes and the Unit test runs. Any ideas how to get console output?
Best Regards,
Rob
More information about the Monodroid
mailing list