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 _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
