Trying to use the MonoDevelop debugger to step through C# code. Everything works, except that MonoDevelop stops responding to button presses on Step Over/Into/Out for several seconds after each step. Using the keyboard shortcuts works much better, I can step immediately, so that’s a good workaround - but for various reasons I don’t always want to use the keyboard to step through the debugger. Any ideas on this slowdown?
Apparently this is a MacOS UI issue that was fixed in MonoDevelop 2.8.8: http://blog.xamarin.com/2012/04/03/monodevelop-updates/. That update also fixes a problem with Trackpad clicks not working correctly when no mouse is connected.
Unfortunately, the Unity version of MonoDevelop hasn’t been updated to the latest version yet, but for the adventurous, one of the MD devs suggested trying the new version by copying the Unity3D add-ins manually (which I haven’t tried yet): https://gist.github.com/2625243