https://bugzilla.novell.com/show_bug.cgi?id=678234
https://bugzilla.novell.com/show_bug.cgi?id=678234#c0 Summary: Crash while debugging on a real device Classification: Mono Product: MonoDroid Version: SVN Platform: x86-64 OS/Version: Windows 7 Status: NEW Severity: Critical Priority: P5 - None Component: Debugger AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: Development Blocker: --- When debugging on my HTC Desire HD, the app silently crashes a few seconds after hitting the first breakpoint. I've investigated this problem this afternoon, and this seems related to func-eval - disabling ToString() calls fixes it. [To disable ToString() calls: In MonoTools.Engine/StackFrame.cs:EnumProperties(), change opts.AllowToStringCalls to false]. After some more investigation, I realized that it's crashing when it tries to call Java.Lang.Object.ToString() on the 'button' object. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
