<?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: Debugging PhoneGap applications using Xcode console</title>
	<atom:link href="http://www.daveoncode.com/2010/01/12/debugging-phonegap-applications-using-xcode-console/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.daveoncode.com/2010/01/12/debugging-phonegap-applications-using-xcode-console/</link>
	<description>Objective C, iOS and more programming stuff</description>
	<lastBuildDate>Fri, 03 Feb 2012 17:32:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sg</title>
		<link>http://www.daveoncode.com/2010/01/12/debugging-phonegap-applications-using-xcode-console/comment-page-1/#comment-38470</link>
		<dc:creator>Sg</dc:creator>
		<pubDate>Wed, 09 Nov 2011 20:57:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncode.com/?p=580#comment-38470</guid>
		<description>I keep up with debugging this way and I think it&#039;s pretty simple:

window.onerror = function(msg,url,ln){
var o = {msg:msg,url:url,ln:ln};
console.log(&quot;ERROR: &quot; + JSON.stringify(o));
/* Uncomment to stop error propagation
return true;
*/
}</description>
		<content:encoded><![CDATA[<p>I keep up with debugging this way and I think it&#8217;s pretty simple:</p>
<p>window.onerror = function(msg,url,ln){<br />
var o = {msg:msg,url:url,ln:ln};<br />
console.log(&#8220;ERROR: &#8221; + JSON.stringify(o));<br />
/* Uncomment to stop error propagation<br />
return true;<br />
*/<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: phi</title>
		<link>http://www.daveoncode.com/2010/01/12/debugging-phonegap-applications-using-xcode-console/comment-page-1/#comment-13496</link>
		<dc:creator>phi</dc:creator>
		<pubDate>Mon, 13 Dec 2010 22:26:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncode.com/?p=580#comment-13496</guid>
		<description>WARNING: debug object is deprecated, please use console object</description>
		<content:encoded><![CDATA[<p>WARNING: debug object is deprecated, please use console object</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Davide Zanotti</title>
		<link>http://www.daveoncode.com/2010/01/12/debugging-phonegap-applications-using-xcode-console/comment-page-1/#comment-5389</link>
		<dc:creator>Davide Zanotti</dc:creator>
		<pubDate>Wed, 17 Mar 2010 11:20:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncode.com/?p=580#comment-5389</guid>
		<description>You are right Rich, use JavaScript and similar frameworks to develop iPhone apps is terrifying. I&#039;m learning Objective-C and Cocoa and I have to admit that is not so difficult as I thought :^)</description>
		<content:encoded><![CDATA[<p>You are right Rich, use JavaScript and similar frameworks to develop iPhone apps is terrifying. I&#8217;m learning Objective-C and Cocoa and I have to admit that is not so difficult as I thought :^)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://www.daveoncode.com/2010/01/12/debugging-phonegap-applications-using-xcode-console/comment-page-1/#comment-5387</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Wed, 17 Mar 2010 11:14:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.daveoncode.com/?p=580#comment-5387</guid>
		<description>Nice tips.

IMHO dealing with silently failing javascript errors are almost more trouble than learning Objective C.

It&#039;s unfortunate that wrapping blocks of Javascipt in try/catch is the only way to even get a friggin error message!!!!!</description>
		<content:encoded><![CDATA[<p>Nice tips.</p>
<p>IMHO dealing with silently failing javascript errors are almost more trouble than learning Objective C.</p>
<p>It&#8217;s unfortunate that wrapping blocks of Javascipt in try/catch is the only way to even get a friggin error message!!!!!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

