<?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>Jonathan Spooner is a Web Developer in the San Diego Area. &#187; Debugging</title>
	<atom:link href="http://www.jonathanspooner.com/category/web-development/web-development-debugging-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jonathanspooner.com</link>
	<description>Flex Developer, Air Developer, and ActionScript Programmer</description>
	<lastBuildDate>Fri, 28 May 2010 16:42:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Secrete JavaScript Debugger in Safari</title>
		<link>http://www.jonathanspooner.com/web-development/secrete-javascript-debugger-in-safari/</link>
		<comments>http://www.jonathanspooner.com/web-development/secrete-javascript-debugger-in-safari/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 01:37:40 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.jonathanspooner.com/?p=437</guid>
		<description><![CDATA[First in Safari go to the Develop menu and select "Start Debugging JavaScript" from the drop down.
Next you'll want to add a call to debugger in your javaScript like this. 
&#160;
function onSomeThing&#40;&#41; &#123;
  debugger;
&#125;
&#160;
You will then be able to run your page and have the Safari JavaScript debugger add a break point where your [...]]]></description>
			<content:encoded><![CDATA[<p>First in Safari go to the Develop menu and select "Start Debugging JavaScript" from the drop down.<br />
Next you'll want to add a call to debugger in your javaScript like this. </p>
<pre class="javascript">&nbsp;
<span style="color: #003366; font-weight: bold;">function</span> onSomeThing<span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span>
  <span style="color: #003366; font-weight: bold;">debugger</span>;
<span style="color: #66cc66;">&#125;</span>
&nbsp;</pre>
<p>You will then be able to run your page and have the Safari JavaScript debugger add a break point where your debugger call is placed.<br />
<a href="http://www.jonathanspooner.com/blog/wp-content/uploads/2010/02/picture-3.png"><img src="http://www.jonathanspooner.com/blog/wp-content/uploads/2010/02/picture-3.png" alt="" title="Safari JavaScript Debugger" width="540" class="" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jonathanspooner.com/web-development/secrete-javascript-debugger-in-safari/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Charles Proxy for FLV Debugging</title>
		<link>http://www.jonathanspooner.com/web-development/charles-proxy-for-flv-debugging/</link>
		<comments>http://www.jonathanspooner.com/web-development/charles-proxy-for-flv-debugging/#comments</comments>
		<pubDate>Wed, 06 Aug 2008 21:59:49 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
				<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.jonathanspooner.com/blog/?p=97</guid>
		<description><![CDATA[Charles Proxy provides easy access to FLV file information such as video codec and embeded metadata.
To find this information you will want to find and select the flv in Charles.  When selected you will then want to select the "Response" tab in the opposite window to revel flv file info. 


]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.charlesproxy.com/">Charles Proxy</a> provides easy access to <a href="http://en.wikipedia.org/wiki/FLV">FLV</a> file information such as video codec and embeded metadata.<br />
To find this information you will want to find and select the <a href="http://en.wikipedia.org/wiki/FLV">flv</a> in <a href="http://www.charlesproxy.com/">Charles</a>.  When selected you will then want to select the "Response" tab in the opposite window to revel <a href="http://en.wikipedia.org/wiki/FLV">flv</a> file info. </p>
<p><a href='http://www.jonathanspooner.com/blog/wp-content/uploads/2008/08/picture-1.png'><img src="http://www.jonathanspooner.com/blog/wp-content/uploads/2008/08/picture-1-300x136.png" alt="" title="Charles Proxy" width="300" height="136" class="alignleft size-medium wp-image-98" /></a></p>
<div class="clear"></div>
]]></content:encoded>
			<wfw:commentRss>http://www.jonathanspooner.com/web-development/charles-proxy-for-flv-debugging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
