Does anyone else experience random lockups/freezes of their app when debugging?
It may indeed be some deadlocks in my code, but before I go hunting for them I thought id check incase maybe its a debugger issue. Strange thing is it only seems to happen when debugging, but I know from experience that issues like deadlocks/race conditions etc can often happen when the debugger is attached, simply because it may slow down certain parts of the code, and cause the issue to manifest itself (rather than being an actual problem with the debugger). -- View this message in context: http://monotouch.2284126.n4.nabble.com/lockups-during-debugging-or-deadlocks-in-my-code-tp4656215.html Sent from the MonoTouch mailing list archive at Nabble.com. _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
