[MonoTouch] MonoTouch and iOS 5.1

Jonathan Pryor jonpryor at vt.edu
Mon Mar 12 20:41:59 UTC 2012


On Mar 12, 2012, at 11:34 AM, Rodrigo 'r2d2rigo' Diaz wrote:
> Does this problem affect System.Diagnostics.Debug.WriteLine too?

It should, as Debug.WriteLine() just calls Console.WriteLine():

	https://github.com/mono/mono/blob/master/mcs/class/System/System.Diagnostics/Debug_2_1.cs#L71

 - Jon



More information about the MonoTouch mailing list