Re: CGDisplayCapture + debugging
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fIpHDRyMXycL+CAde77VA6MvRVt2o4A3GW9ymtTrTH7wzaytBOu/o0VLNB5drs+Lz6t5n3H9cf79wa6utJ0YwLw0ZBC/AvrleTbz9s42rYnLZDWM6iKgoG7ZKMq4+J9n/TJcao//jfr9Q+C5TW0k/+/yF+x/Ucg4fNunf835S40= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Coonj+Ks6WMD7eGOQsAfET5+W1/DAcxVZQDSqEgG3ReT2rTsW0xSyjvanNVh1heVcX7RBXfFQLASuS4fHJxKNmKcQJKLhycKe+kqAZ4icN1f9sVUmBf3FNeL6wc+w6S84/dB3Q/lYvxcbUdUBVJOeQnIOcO9VlBgon80RfNDEXE= I'm writing an application which creates a full-screen window (OpenGL) and uses CGDisplayCapture. However, if Xcode is running in the captured window and the program breaks into the debugger, the UI becomes unresponsive. (My program of course freezes and remains above Xcode so I can't terminate it. The other screens, if present, also [strangely] stop responding, too). The only solution is to ssh in from another computer and kill Xcode. Remote debugging... <http://developer.apple.com/documentation/DeveloperTools/Conceptual/XcodeUserGuide/Contents/Resources/en.lproj/06_07_db_remote_debug/chapter_45_section_1.html> -Shawn _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... On 6/6/07, CJ Bell <siegebell@gmail.com> wrote: Does anyone have a good way to work around this? This email sent to site_archiver@lists.apple.com
participants (1)
-
Shawn Erickson