<?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: Why did my breakpoint not get hit?</title>
	<atom:link href="http://lapcatsoftware.com/blog/2009/11/16/why-did-my-breakpoint-not-get-hit/feed/" rel="self" type="application/rss+xml" />
	<link>http://lapcatsoftware.com/blog/2009/11/16/why-did-my-breakpoint-not-get-hit/</link>
	<description>Coding under the close supervision of cats</description>
	<lastBuildDate>Fri, 19 Feb 2010 14:58:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ChrisW</title>
		<link>http://lapcatsoftware.com/blog/2009/11/16/why-did-my-breakpoint-not-get-hit/comment-page-1/#comment-10512</link>
		<dc:creator>ChrisW</dc:creator>
		<pubDate>Mon, 16 Nov 2009 23:07:15 +0000</pubDate>
		<guid isPermaLink="false">http://lapcatsoftware.com/blog/?p=228#comment-10512</guid>
		<description>When my breakpoints don&#039;t get hit, I just put *(char*)0 = 0 into my code. That always gets hit. :-)</description>
		<content:encoded><![CDATA[<p>When my breakpoints don&#8217;t get hit, I just put *(char*)0 = 0 into my code. That always gets hit. <img src='http://lapcatsoftware.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bergamot</title>
		<link>http://lapcatsoftware.com/blog/2009/11/16/why-did-my-breakpoint-not-get-hit/comment-page-1/#comment-10511</link>
		<dc:creator>Bergamot</dc:creator>
		<pubDate>Mon, 16 Nov 2009 21:37:28 +0000</pubDate>
		<guid isPermaLink="false">http://lapcatsoftware.com/blog/?p=228#comment-10511</guid>
		<description>I&#039;ve found that another reason is that the file I&#039;ve placed the breakpoint within has been precompiled, and running Clean on the project fixes it.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve found that another reason is that the file I&#8217;ve placed the breakpoint within has been precompiled, and running Clean on the project fixes it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
