<?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>Debuggers &#8211; stoimen&#039;s web log</title>
	<atom:link href="/tag/debuggers/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>on web development</description>
	<lastBuildDate>Tue, 13 Feb 2018 08:18:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.0.3</generator>
	<item>
		<title>Write human readable debug info!</title>
		<link>/2010/01/10/write-human-readable-debug-info/</link>
		<comments>/2010/01/10/write-human-readable-debug-info/#respond</comments>
		<pubDate>Sun, 10 Jan 2010 08:42:21 +0000</pubDate>
		<dc:creator><![CDATA[Stoimen]]></dc:creator>
				<category><![CDATA[web development]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[Debuggers]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Software bug]]></category>

		<guid isPermaLink="false">/?p=855</guid>
		<description><![CDATA[It&#8217;s a common begginer&#8217;s developer mistake to write some fullish debug info like &#8220;i&#8217;m in the IF&#8221;, or even worse &#8211; &#8220;test&#8221;. Of course when debugging you don&#8217;t get any aditional information. You know only that &#8211; you&#8217;re in the IF statement!? What a good news! That doesn&#8217;t tell you much, isn&#8217;t it? Another bad &#8230; <a href="/2010/01/10/write-human-readable-debug-info/" class="more-link">Continue reading <span class="screen-reader-text">Write human readable debug info!</span> <span class="meta-nav">&#8594;</span></a><div class='yarpp-related-rss'>

Related posts:<ol>
<li><a href="/2009/07/02/write-in-the-safari-javascript-console/" rel="bookmark" title="write in the Safari javascript console">write in the Safari javascript console </a></li>
<li><a href="/2012/02/09/how-to-dump-the-generated-zend_db-sql-query/" rel="bookmark" title="How to Dump the Generated Zend_Db SQL Query">How to Dump the Generated Zend_Db SQL Query </a></li>
<li><a href="/2009/07/27/jquery-debug-plugin/" rel="bookmark" title="jQuery debug plugin">jQuery debug plugin </a></li>
<li><a href="/2009/06/22/debug-javascript-on-ie6/" rel="bookmark" title="debug JavaScript on IE6">debug JavaScript on IE6 </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s a common begginer&#8217;s developer mistake to write some fullish debug info like <strong>&#8220;i&#8217;m in the IF&#8221;,</strong> or even worse &#8211; <strong>&#8220;test&#8221;</strong>. Of course when debugging you don&#8217;t get any aditional information. You know only that &#8211; you&#8217;re in the IF statement!? What a good news! That doesn&#8217;t tell you much, isn&#8217;t it?</p>
<p>Another bad way to debug is to dump only ids from some database table or loop index. At least write something before that, something like:</p>
<blockquote>
<pre>alert('on the: ' + index + ' happened something!');</pre>
</blockquote>
<p>that gives you more and can improve your work so much.</p>
<div class='yarpp-related-rss'>
<p>Related posts:<ol>
<li><a href="/2009/07/02/write-in-the-safari-javascript-console/" rel="bookmark" title="write in the Safari javascript console">write in the Safari javascript console </a></li>
<li><a href="/2012/02/09/how-to-dump-the-generated-zend_db-sql-query/" rel="bookmark" title="How to Dump the Generated Zend_Db SQL Query">How to Dump the Generated Zend_Db SQL Query </a></li>
<li><a href="/2009/07/27/jquery-debug-plugin/" rel="bookmark" title="jQuery debug plugin">jQuery debug plugin </a></li>
<li><a href="/2009/06/22/debug-javascript-on-ie6/" rel="bookmark" title="debug JavaScript on IE6">debug JavaScript on IE6 </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>/2010/01/10/write-human-readable-debug-info/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
