<?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: Using Macros to Print Debug Messages in C [moved]</title>
	<atom:link href="http://www.amirwatad.com/blog/archives/2008/11/22/using-macros-to-print-debug-messages-in-c/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.amirwatad.com/blog/archives/2008/11/22/using-macros-to-print-debug-messages-in-c/</link>
	<description>Remember the name ;)</description>
	<lastBuildDate>Tue, 20 Dec 2011 20:37:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Amir Watad</title>
		<link>http://www.amirwatad.com/blog/archives/2008/11/22/using-macros-to-print-debug-messages-in-c/comment-page-1/#comment-220</link>
		<dc:creator>Amir Watad</dc:creator>
		<pubDate>Sat, 30 Jan 2010 19:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.amirwatad.com/blog/?p=83#comment-220</guid>
		<description>Thank you @Sonixant :)</description>
		<content:encoded><![CDATA[<p>Thank you @Sonixant <img src='http://www.amirwatad.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sonixant</title>
		<link>http://www.amirwatad.com/blog/archives/2008/11/22/using-macros-to-print-debug-messages-in-c/comment-page-1/#comment-219</link>
		<dc:creator>Sonixant</dc:creator>
		<pubDate>Sat, 30 Jan 2010 16:04:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.amirwatad.com/blog/?p=83#comment-219</guid>
		<description>Instead of defining DEBUG from the code you can define it at compile time directly from gcc, e.g.:
$ gcc -DDEBUG ...

you can even create a target rule for debugging in your makefile, just add the rule:
debug:
	$(MAKE) DBGFLAGS=&quot;-DDEBUG&quot;

this way a simple:
$ make debug

makes the trick!</description>
		<content:encoded><![CDATA[<p>Instead of defining DEBUG from the code you can define it at compile time directly from gcc, e.g.:<br />
$ gcc -DDEBUG &#8230;</p>
<p>you can even create a target rule for debugging in your makefile, just add the rule:<br />
debug:<br />
	$(MAKE) DBGFLAGS=&#8221;-DDEBUG&#8221;</p>
<p>this way a simple:<br />
$ make debug</p>
<p>makes the trick!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wdef</title>
		<link>http://www.amirwatad.com/blog/archives/2008/11/22/using-macros-to-print-debug-messages-in-c/comment-page-1/#comment-155</link>
		<dc:creator>wdef</dc:creator>
		<pubDate>Sat, 11 Apr 2009 22:12:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.amirwatad.com/blog/?p=83#comment-155</guid>
		<description>Handy macro - just what I was looking for.
Thanks</description>
		<content:encoded><![CDATA[<p>Handy macro &#8211; just what I was looking for.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Amir Watad</title>
		<link>http://www.amirwatad.com/blog/archives/2008/11/22/using-macros-to-print-debug-messages-in-c/comment-page-1/#comment-37</link>
		<dc:creator>Amir Watad</dc:creator>
		<pubDate>Mon, 02 Feb 2009 07:17:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.amirwatad.com/blog/?p=83#comment-37</guid>
		<description>أهلاً وسهلاً. تعال كل يوم :)</description>
		<content:encoded><![CDATA[<p>أهلاً وسهلاً. تعال كل يوم <img src='http://www.amirwatad.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sami</title>
		<link>http://www.amirwatad.com/blog/archives/2008/11/22/using-macros-to-print-debug-messages-in-c/comment-page-1/#comment-24</link>
		<dc:creator>sami</dc:creator>
		<pubDate>Sun, 01 Feb 2009 02:57:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.amirwatad.com/blog/?p=83#comment-24</guid>
		<description>مشكور على المعلومات القيمة يا ابو البلد</description>
		<content:encoded><![CDATA[<p>مشكور على المعلومات القيمة يا ابو البلد</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.503 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-10 00:29:16 -->

