<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Animesh Kumar {itsAnimesh} &#187; debugger</title>
	<atom:link href="http://itsanimesh.com/tag/debugger/feed/" rel="self" type="application/rss+xml" />
	<link>http://itsanimesh.com</link>
	<description>Tech Geek / FOSS Enthusiasts</description>
	<lastBuildDate>Mon, 21 May 2012 19:16:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>The Zen of Using a debugger!!!</title>
		<link>http://itsanimesh.com/2010/02/04/the-zen-of-using-a-debugger/</link>
		<comments>http://itsanimesh.com/2010/02/04/the-zen-of-using-a-debugger/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 13:28:07 +0000</pubDate>
		<dc:creator>itsAnimesh</dc:creator>
				<category><![CDATA[Tech Gyaan]]></category>
		<category><![CDATA[debugger]]></category>

		<guid isPermaLink="false">http://itsanimesh.com/?p=1629</guid>
		<description><![CDATA[I never used a debugger when I was doing my bachelors in computer science I always thought this, maybe because I didn’t really know how to use a debugger&#8230; Of course the theory behind debugging was taught to me, and we had some practical tests too, but I never really needed it during my graduation, so it ...]]></description>
			<content:encoded><![CDATA[<p>I never used a debugger when I was doing my bachelors in computer science I always thought this, maybe because I didn’t really know how to use a debugger&#8230; Of course the theory behind debugging was taught to me, and we had some practical tests too, but I never really needed it during my graduation, so it became a neglected skill&#8230; And now when i have started I realized that I was the exception to the rule, as everyone around me relied heavily on their debuggers&#8230;.<span id="more-1629"></span></p>
<p>So what did i do when my programs broke??? I simply used the hit n trial method&#8230; Usually when a bug happens it’s a direct consequence of something you changed in the very recent past, so thats what I do&#8230; When that doesn&#8217;t work, I would either try more guesses or resort to a massive amount of print statements that output debug info while running the program normally&#8230; Now looking at this I have learnt alot using a debugger&#8230; I think my skill as a programmer and the quality of my code improved after I made this step&#8230;</p>
<p>But one thing to note is that its important to know when to use a debugger&#8230;</p>
<blockquote><p><strong>Debuggers are for lazy and sloppy programmers&#8230;</strong></p></blockquote>
<p>Some programmers use the debugger to understand the structure of a code&#8230; I can only say why??? As a programmer you should be able to read the code and understand the structure&#8230; You should not require a single step through the debugger to understand the flow&#8230;.</p>
<p>But still i believe that :</p>
<blockquote><p><strong>Reading the code to find the bug makes you learn the code by heart&#8230;</strong></p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://itsanimesh.com/2010/02/04/the-zen-of-using-a-debugger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

