https://bugzilla.novell.com/show_bug.cgi?id=678234
https://bugzilla.novell.com/show_bug.cgi?id=678234#c5 Jonathan Pryor <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Jonathan Pryor <[email protected]> 2011-03-15 19:30:31 UTC --- To test debugging, I take the default template generated by VS/MD, "expand" the button.Click event so that it spans multiple lines, then set a breakpoint on the button.Text call: button.Click += delegate { button.Text = string.Format ("{0} clicks!", count++); // set breakpoint here }; That usually works for me on my Nexus One. One note about setting a breakpoint in OnCreate(): while I haven't tried it, I do know that if OnCreate() takes "too long" you'll get an "Application Not Responding" dialog, which will prompt the user to either Wait or Kill the process. -- 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
