<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Tips for Xcode and Interface Builder</title>
	<atom:link href="http://www.bdunagan.com/2009/04/16/tips-for-xcode-and-interface-builder/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bdunagan.com/2009/04/16/tips-for-xcode-and-interface-builder/</link>
	<description></description>
	<lastBuildDate>Mon, 06 Sep 2010 01:13:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: bdunagan</title>
		<link>http://www.bdunagan.com/2009/04/16/tips-for-xcode-and-interface-builder/comment-page-1/#comment-1044</link>
		<dc:creator>bdunagan</dc:creator>
		<pubDate>Fri, 05 Jun 2009 04:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=186#comment-1044</guid>
		<description>Sorry for the delayed response. Didn&#039;t get an email about your comment. Using the iPhone Simulator, I can catch &quot;unrecognized selector&quot; with &quot;objc_exception_throw&quot; and single-alloc/double-release issues with &quot;malloc_error_break&quot;.

However, I don&#039;t think you can breakpoint for single-alloc/single-release/message-to-released-object. The debugger indicates the last selector is &quot;objc_msgSend&quot;, which you can indeed breakpoint, but it&#039;s used a lot normally.</description>
		<content:encoded><![CDATA[<p>Sorry for the delayed response. Didn&#8217;t get an email about your comment. Using the iPhone Simulator, I can catch &#8220;unrecognized selector&#8221; with &#8220;objc_exception_throw&#8221; and single-alloc/double-release issues with &#8220;malloc_error_break&#8221;.</p>
<p>However, I don&#8217;t think you can breakpoint for single-alloc/single-release/message-to-released-object. The debugger indicates the last selector is &#8220;objc_msgSend&#8221;, which you can indeed breakpoint, but it&#8217;s used a lot normally.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michelle</title>
		<link>http://www.bdunagan.com/2009/04/16/tips-for-xcode-and-interface-builder/comment-page-1/#comment-381</link>
		<dc:creator>Michelle</dc:creator>
		<pubDate>Mon, 11 May 2009 15:52:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=186#comment-381</guid>
		<description>I should have said -- I&#039;m doing iPhone development -- does that make a difference?</description>
		<content:encoded><![CDATA[<p>I should have said &#8212; I&#8217;m doing iPhone development &#8212; does that make a difference?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bdunagan</title>
		<link>http://www.bdunagan.com/2009/04/16/tips-for-xcode-and-interface-builder/comment-page-1/#comment-356</link>
		<dc:creator>bdunagan</dc:creator>
		<pubDate>Sun, 10 May 2009 19:37:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=186#comment-356</guid>
		<description>Hmm, strange. Unfortunately, I haven&#039;t tried these breakpoints on 10.6, and a quick Google search didn&#039;t yield any helpful results. Sorry. I&#039;d post the question to the cocoa-dev Apple mailing list.</description>
		<content:encoded><![CDATA[<p>Hmm, strange. Unfortunately, I haven&#8217;t tried these breakpoints on 10.6, and a quick Google search didn&#8217;t yield any helpful results. Sorry. I&#8217;d post the question to the cocoa-dev Apple mailing list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michelle</title>
		<link>http://www.bdunagan.com/2009/04/16/tips-for-xcode-and-interface-builder/comment-page-1/#comment-354</link>
		<dc:creator>Michelle</dc:creator>
		<pubDate>Sun, 10 May 2009 18:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.bdunagan.com/?p=186#comment-354</guid>
		<description>What is needed on post-10.5 systems?  

I tried your suggested breakpoints, but am instead getting obj_error for both a single-alloc, double-release sequence, and a single-alloc, single-release, message-to-released-object sequence.</description>
		<content:encoded><![CDATA[<p>What is needed on post-10.5 systems?  </p>
<p>I tried your suggested breakpoints, but am instead getting obj_error for both a single-alloc, double-release sequence, and a single-alloc, single-release, message-to-released-object sequence.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
