<?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: Javascript Stacktrace update</title>
	<atom:link href="http://eriwen.com/javascript/stacktrace-update/feed/" rel="self" type="application/rss+xml" />
	<link>http://eriwen.com/javascript/stacktrace-update/</link>
	<description>Programming productively with open-source tools</description>
	<lastBuildDate>Fri, 27 Aug 2010 19:02:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
	<item>
		<title>By: arguments&#8230;callee&#8230;caller&#8230;</title>
		<link>http://eriwen.com/javascript/stacktrace-update/#comment-3331</link>
		<dc:creator>arguments&#8230;callee&#8230;caller&#8230;</dc:creator>
		<pubDate>Thu, 24 Jun 2010 11:27:07 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=1050#comment-3331</guid>
		<description>[...] at generating a stack trace in JavaScript for the purpose of error reporting. There are plenty of existing projects out there that solve this problem, so I wouldn&#8217;t recommend rolling your [...]</description>
		<content:encoded><![CDATA[<p>[...] at generating a stack trace in JavaScript for the purpose of error reporting. There are plenty of existing projects out there that solve this problem, so I wouldn&#8217;t recommend rolling your [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luke Venediger</title>
		<link>http://eriwen.com/javascript/stacktrace-update/#comment-3272</link>
		<dc:creator>Luke Venediger</dc:creator>
		<pubDate>Thu, 27 May 2010 13:46:50 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=1050#comment-3272</guid>
		<description>Thanks for this Eric!</description>
		<content:encoded><![CDATA[<p>Thanks for this Eric!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: arguments&#8230;callee&#8230;caller&#8230; &#171; Clever Title Coming Soon</title>
		<link>http://eriwen.com/javascript/stacktrace-update/#comment-3249</link>
		<dc:creator>arguments&#8230;callee&#8230;caller&#8230; &#171; Clever Title Coming Soon</dc:creator>
		<pubDate>Tue, 04 May 2010 02:18:02 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=1050#comment-3249</guid>
		<description>[...] at generating a stack trace in JavaScript for the purpose of error reporting.  There are plenty of existing projects out there that solve this problem, so I wouldn&#8217;t recommend rolling your [...]</description>
		<content:encoded><![CDATA[<p>[...] at generating a stack trace in JavaScript for the purpose of error reporting.  There are plenty of existing projects out there that solve this problem, so I wouldn&#8217;t recommend rolling your [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Wendelin</title>
		<link>http://eriwen.com/javascript/stacktrace-update/#comment-3240</link>
		<dc:creator>Eric Wendelin</dc:creator>
		<pubDate>Sat, 24 Apr 2010 16:23:05 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=1050#comment-3240</guid>
		<description>That is a great idea! 

I&#039;ve committed initial parts to the project and I&#039;ll make updates so there is an interface to interact with. 

Thanks!</description>
		<content:encoded><![CDATA[<p>That is a great idea! </p>
<p>I&#8217;ve committed initial parts to the project and I&#8217;ll make updates so there is an interface to interact with. </p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DrSoong</title>
		<link>http://eriwen.com/javascript/stacktrace-update/#comment-3238</link>
		<dc:creator>DrSoong</dc:creator>
		<pubDate>Thu, 22 Apr 2010 06:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=1050#comment-3238</guid>
		<description>Can you also make this great functionality available as a bookmarklet? That would really make it very useable, because you would not need to change the sourcecode on the website.</description>
		<content:encoded><![CDATA[<p>Can you also make this great functionality available as a bookmarklet? That would really make it very useable, because you would not need to change the sourcecode on the website.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: P</title>
		<link>http://eriwen.com/javascript/stacktrace-update/#comment-3143</link>
		<dc:creator>P</dc:creator>
		<pubDate>Wed, 03 Mar 2010 09:14:33 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=1050#comment-3143</guid>
		<description>Opera 10.50&#039;s stack trace in dragonfly is the most impressive i&#039;ve seen, where most quit at the first closure or anonymous, it manages to go all the way down to the root.</description>
		<content:encoded><![CDATA[<p>Opera 10.50&#8242;s stack trace in dragonfly is the most impressive i&#8217;ve seen, where most quit at the first closure or anonymous, it manages to go all the way down to the root.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 2ni</title>
		<link>http://eriwen.com/javascript/stacktrace-update/#comment-3109</link>
		<dc:creator>2ni</dc:creator>
		<pubDate>Wed, 24 Feb 2010 16:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=1050#comment-3109</guid>
		<description>Any idea how this works with jquery?
I have
jQuery(document).ready( function () { foo[&#039;bar&#039;]++; });

and window.onerror = function(msg, url, line) {alert(printStackTrace());}

But the ready() function seems to swallow the stacktrace...
Any clue?</description>
		<content:encoded><![CDATA[<p>Any idea how this works with jquery?<br />
I have<br />
jQuery(document).ready( function () { foo['bar']++; });</p>
<p>and window.onerror = function(msg, url, line) {alert(printStackTrace());}</p>
<p>But the ready() function seems to swallow the stacktrace&#8230;<br />
Any clue?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sigue la traza de tus script con printStackTrace() &#124; aNieto2K</title>
		<link>http://eriwen.com/javascript/stacktrace-update/#comment-3013</link>
		<dc:creator>Sigue la traza de tus script con printStackTrace() &#124; aNieto2K</dc:creator>
		<pubDate>Mon, 01 Feb 2010 07:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://eriwen.com/?p=1050#comment-3013</guid>
		<description>[...] unos días, Eric actualizó el código integrando a Google Chrome entre los navegadores soportados por la [...]</description>
		<content:encoded><![CDATA[<p>[...] unos días, Eric actualizó el código integrando a Google Chrome entre los navegadores soportados por la [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
