<?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>Amir Harel &#187; debug</title>
	<atom:link href="http://www.amirharel.com/tag/debug/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.amirharel.com</link>
	<description>Tales of a JavaScript Ninja</description>
	<lastBuildDate>Sat, 12 Jun 2010 14:02:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Debugging Firefox Extension Using Log File</title>
		<link>http://www.amirharel.com/2010/02/21/debugging-firefox-extension-using-log-file/</link>
		<comments>http://www.amirharel.com/2010/02/21/debugging-firefox-extension-using-log-file/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 12:38:32 +0000</pubDate>
		<dc:creator>Amir Harel</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[firefox; extension]]></category>
		<category><![CDATA[local file]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[plugin]]></category>

		<guid isPermaLink="false">http://www.amirharel.com/?p=210</guid>
		<description><![CDATA[Problog
In this post I will cover the following topics:

 Understanding debug requirements
 Using the Mozilla preferences service to store debug mode
 Using Mozilla file I/O to write debug messages into a file

In one of me recent post I&#8217;ve talked about how to setup a development environment in Firefox. One of the problems in developing firefox [...]]]></description>
		<wfw:commentRss>http://www.amirharel.com/2010/02/21/debugging-firefox-extension-using-log-file/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Using caller and callee for Stack Trace</title>
		<link>http://www.amirharel.com/2010/01/25/using-caller-and-callee-for-stack-trace/</link>
		<comments>http://www.amirharel.com/2010/01/25/using-caller-and-callee-for-stack-trace/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 13:38:58 +0000</pubDate>
		<dc:creator>Amir Harel</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[arguments]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[stack]]></category>

		<guid isPermaLink="false">http://www.amirharel.com/?p=169</guid>
		<description><![CDATA[Problog
This post cover the following topics:

arguments object
caller object
callee object
introduce a simple stack trace function for all browsers

When i wad first introduced to the arguments object and its caller property i thought about all the cool things i can do with it (yes i&#8217;m a geek).
What is arguments Object
The arguments object is accessible within the body [...]]]></description>
		<wfw:commentRss>http://www.amirharel.com/2010/01/25/using-caller-and-callee-for-stack-trace/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Setup A Development Environment in FireFox</title>
		<link>http://www.amirharel.com/2010/01/17/setup-a-development-environment-in-firefox/</link>
		<comments>http://www.amirharel.com/2010/01/17/setup-a-development-environment-in-firefox/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 11:59:41 +0000</pubDate>
		<dc:creator>Amir Harel</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[debug]]></category>
		<category><![CDATA[extensions]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.amirharel.com/?p=160</guid>
		<description><![CDATA[Problog
This post cover the following topics:

What is Firefox Profile Manager
Setup a developer profile
Tweak the browser for debug profile

This post is either for new web developers or to advanced developers that keeps crashing their Firefox or have too much developing extensions that it affects their day-to-day browsing experience. I came across with Firefox profile manager when [...]]]></description>
		<wfw:commentRss>http://www.amirharel.com/2010/01/17/setup-a-development-environment-in-firefox/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
