Re: User interface unresponsive in window
Re: User interface unresponsive in window
- Subject: Re: User interface unresponsive in window
- From: Quincey Morris <email@hidden>
- Date: Wed, 15 Apr 2015 17:01:01 +0000
On Apr 15, 2015, at 07:04 , Jonathan Taylor <email@hidden> wrote:
>
> From dimly-remembered past experience I have a feeling it could be related to something somewhere resulting in GUI code being executed on a non-main thread.
You can at least start by trying the simple things, if you haven’t tried them already:
— Make sure you have an Objc-C exception breakpoint set in Xcode at all times.
— Use the Console utility to look in the system log for errors about incorrect drawing calls in your app.
There’s not much chance this will get you off easily, but it’s a quick start.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden