<?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: How to debug Flex/AIR and PHP applications</title>
	<atom:link href="http://corlan.org/2009/04/09/how-to-debug-flex-and-php-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://corlan.org/2009/04/09/how-to-debug-flex-and-php-applications/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-debug-flex-and-php-applications</link>
	<description>Web, Mobile, and Rock&#38;Roll</description>
	<lastBuildDate>Sat, 11 Feb 2012 08:46:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Sasha Rudan</title>
		<link>http://corlan.org/2009/04/09/how-to-debug-flex-and-php-applications/comment-page-1/#comment-11077</link>
		<dc:creator>Sasha Rudan</dc:creator>
		<pubDate>Wed, 16 Jun 2010 16:25:47 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2009/04/09/how-to-debug-flex-and-php-applications/#comment-11077</guid>
		<description>It is possible to use for sniffing with AIR, at least with ServiceCapture (ShareWare as well), and it should be same with Charles, since they are not simple proxy sniffers, but working at least on TCP hooking level.

&gt; Use a proxy sniffer, such as Charles
&gt;   1. Pros: it understands AMF format; it is not intrusive
&gt;   2. Cons: it is shareware, and it can’t be used for AIR apps</description>
		<content:encoded><![CDATA[<p>It is possible to use for sniffing with AIR, at least with ServiceCapture (ShareWare as well), and it should be same with Charles, since they are not simple proxy sniffers, but working at least on TCP hooking level.</p>
<p>&gt; Use a proxy sniffer, such as Charles<br />
&gt;   1. Pros: it understands AMF format; it is not intrusive<br />
&gt;   2. Cons: it is shareware, and it can’t be used for AIR apps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin McBrearty</title>
		<link>http://corlan.org/2009/04/09/how-to-debug-flex-and-php-applications/comment-page-1/#comment-8299</link>
		<dc:creator>Martin McBrearty</dc:creator>
		<pubDate>Wed, 06 Jan 2010 13:32:27 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2009/04/09/how-to-debug-flex-and-php-applications/#comment-8299</guid>
		<description>If you are developing on your localhost you CAN use Charles Proxy to debug your AIR application. 
Instead of pointing your remoting service to &quot;http://localhost/MyService&quot; use &quot;http://localhost./MyService&quot; (note the fullstop)

Then you need to add &quot;localhost.&quot; to your hosts file: 127.0.0.1	localhost localhost.

See here how to amend it on win &amp; mac:
http://www.modwest.com/help/kb.phtml?qid=52&amp;cat=8

Give it a try and should see your remoting calls passing through Charles.</description>
		<content:encoded><![CDATA[<p>If you are developing on your localhost you CAN use Charles Proxy to debug your AIR application.<br />
Instead of pointing your remoting service to &#8220;http://localhost/MyService&#8221; use &#8220;http://localhost./MyService&#8221; (note the fullstop)</p>
<p>Then you need to add &#8220;localhost.&#8221; to your hosts file: 127.0.0.1	localhost localhost.</p>
<p>See here how to amend it on win &amp; mac:<br />
<a href="http://www.modwest.com/help/kb.phtml?qid=52&#038;cat=8" rel="nofollow">http://www.modwest.com/help/kb.phtml?qid=52&#038;cat=8</a></p>
<p>Give it a try and should see your remoting calls passing through Charles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: riasol</title>
		<link>http://corlan.org/2009/04/09/how-to-debug-flex-and-php-applications/comment-page-1/#comment-7519</link>
		<dc:creator>riasol</dc:creator>
		<pubDate>Sun, 22 Nov 2009 08:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2009/04/09/how-to-debug-flex-and-php-applications/#comment-7519</guid>
		<description>I found that debugging air application talking to php server is simple using fiddler, eclipse pdt (xdebug), optional i can parallel debug actionscript part with flexbuilder</description>
		<content:encoded><![CDATA[<p>I found that debugging air application talking to php server is simple using fiddler, eclipse pdt (xdebug), optional i can parallel debug actionscript part with flexbuilder</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: disiniadaebook</title>
		<link>http://corlan.org/2009/04/09/how-to-debug-flex-and-php-applications/comment-page-1/#comment-6894</link>
		<dc:creator>disiniadaebook</dc:creator>
		<pubDate>Mon, 19 Oct 2009 04:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2009/04/09/how-to-debug-flex-and-php-applications/#comment-6894</guid>
		<description>great tutorials, thanks for share. it was helpful.</description>
		<content:encoded><![CDATA[<p>great tutorials, thanks for share. it was helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adinel</title>
		<link>http://corlan.org/2009/04/09/how-to-debug-flex-and-php-applications/comment-page-1/#comment-4124</link>
		<dc:creator>Adinel</dc:creator>
		<pubDate>Sat, 09 May 2009 09:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2009/04/09/how-to-debug-flex-and-php-applications/#comment-4124</guid>
		<description>Just found &lt;a href=&quot;http://code.google.com/p/fireamf/&quot; rel=&quot;nofollow&quot;&gt;FireAMF&lt;/a&gt;. Added it here maybe someone finds it useful.</description>
		<content:encoded><![CDATA[<p>Just found <a href="http://code.google.com/p/fireamf/" rel="nofollow">FireAMF</a>. Added it here maybe someone finds it useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tudor</title>
		<link>http://corlan.org/2009/04/09/how-to-debug-flex-and-php-applications/comment-page-1/#comment-3050</link>
		<dc:creator>Tudor</dc:creator>
		<pubDate>Mon, 13 Apr 2009 03:00:26 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2009/04/09/how-to-debug-flex-and-php-applications/#comment-3050</guid>
		<description>How about Flex and Xdebug? It&#039;s also non intrusive and doesn&#039;t require Zend Studio. Works well with Eclipse or vim...</description>
		<content:encoded><![CDATA[<p>How about Flex and Xdebug? It&#8217;s also non intrusive and doesn&#8217;t require Zend Studio. Works well with Eclipse or vim&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adinel</title>
		<link>http://corlan.org/2009/04/09/how-to-debug-flex-and-php-applications/comment-page-1/#comment-2944</link>
		<dc:creator>Adinel</dc:creator>
		<pubDate>Fri, 10 Apr 2009 11:27:23 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2009/04/09/how-to-debug-flex-and-php-applications/#comment-2944</guid>
		<description>@Razvan
Hmmm... I can&#039;t really answer what is the best combination, but I can recommend a good PHP profiler. &lt;a href=&quot;http://pecl.php.net/package/xhprof&quot; rel=&quot;nofollow&quot;&gt;xhprof&lt;/a&gt; was originally developed at Facebook, was open sourced in Mar, 2009.
Give it a spin and comment here if it was of any help comment here.</description>
		<content:encoded><![CDATA[<p>@Razvan<br />
Hmmm&#8230; I can&#8217;t really answer what is the best combination, but I can recommend a good PHP profiler. <a href="http://pecl.php.net/package/xhprof" rel="nofollow">xhprof</a> was originally developed at Facebook, was open sourced in Mar, 2009.<br />
Give it a spin and comment here if it was of any help comment here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Razvan</title>
		<link>http://corlan.org/2009/04/09/how-to-debug-flex-and-php-applications/comment-page-1/#comment-2932</link>
		<dc:creator>Razvan</dc:creator>
		<pubDate>Fri, 10 Apr 2009 08:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2009/04/09/how-to-debug-flex-and-php-applications/#comment-2932</guid>
		<description>Ex: How to profile your flex-php application, what are the best php profilers used in combination the Flex Builder profiler. How you can easily discover what are the methods in your app that are using a lot of time to complete ... etc.</description>
		<content:encoded><![CDATA[<p>Ex: How to profile your flex-php application, what are the best php profilers used in combination the Flex Builder profiler. How you can easily discover what are the methods in your app that are using a lot of time to complete &#8230; etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai Corlan</title>
		<link>http://corlan.org/2009/04/09/how-to-debug-flex-and-php-applications/comment-page-1/#comment-2929</link>
		<dc:creator>Mihai Corlan</dc:creator>
		<pubDate>Fri, 10 Apr 2009 07:37:24 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2009/04/09/how-to-debug-flex-and-php-applications/#comment-2929</guid>
		<description>@Razvan

can you give me examples of what kind of tips and tricks do u want?</description>
		<content:encoded><![CDATA[<p>@Razvan</p>
<p>can you give me examples of what kind of tips and tricks do u want?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Razvan</title>
		<link>http://corlan.org/2009/04/09/how-to-debug-flex-and-php-applications/comment-page-1/#comment-2927</link>
		<dc:creator>Razvan</dc:creator>
		<pubDate>Fri, 10 Apr 2009 06:38:37 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2009/04/09/how-to-debug-flex-and-php-applications/#comment-2927</guid>
		<description>Nice article and very useful. Maybe you can post more tips and tricks used in the development procedures.</description>
		<content:encoded><![CDATA[<p>Nice article and very useful. Maybe you can post more tips and tricks used in the development procedures.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to debug Flex/AIR and PHP applications : Mihai CORLAN &#124; The Hoover</title>
		<link>http://corlan.org/2009/04/09/how-to-debug-flex-and-php-applications/comment-page-1/#comment-2912</link>
		<dc:creator>How to debug Flex/AIR and PHP applications : Mihai CORLAN &#124; The Hoover</dc:creator>
		<pubDate>Fri, 10 Apr 2009 01:05:47 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2009/04/09/how-to-debug-flex-and-php-applications/#comment-2912</guid>
		<description>[...] View original post here: How to debug Flex/AIR and PHP applications : Mihai CORLAN [...]</description>
		<content:encoded><![CDATA[<p>[...] View original post here: How to debug Flex/AIR and PHP applications : Mihai CORLAN [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 7/05/2009 &#171; Robertopriz&#8217;s Weblog</title>
		<link>http://corlan.org/2009/04/09/how-to-debug-flex-and-php-applications/comment-page-1/#comment-2886</link>
		<dc:creator>7/05/2009 &#171; Robertopriz&#8217;s Weblog</dc:creator>
		<pubDate>Thu, 09 Apr 2009 16:04:16 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2009/04/09/how-to-debug-flex-and-php-applications/#comment-2886</guid>
		<description>[...] http://corlan.org/2009/04/09/how-to-debug-flex-and-php-applications/     Posted by robertopriz Filed in 1 Tagged: Catalyst, debug, facebook api, Flex 4, jquery, maps, [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://corlan.org/2009/04/09/how-to-debug-flex-and-php-applications/" rel="nofollow">http://corlan.org/2009/04/09/how-to-debug-flex-and-php-applications/</a>     Posted by robertopriz Filed in 1 Tagged: Catalyst, debug, facebook api, Flex 4, jquery, maps, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adinel</title>
		<link>http://corlan.org/2009/04/09/how-to-debug-flex-and-php-applications/comment-page-1/#comment-2885</link>
		<dc:creator>Adinel</dc:creator>
		<pubDate>Thu, 09 Apr 2009 14:36:01 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2009/04/09/how-to-debug-flex-and-php-applications/#comment-2885</guid>
		<description>@Mihai
True. My bad. I guess I like debugging the hard way. I&#039;m thinking on going with Charles on Mac even though until right now I&#039;m using different tools such are those made for Mac by &lt;a href=&quot;http://research.corsaire.com/tools/&quot; rel=&quot;nofollow&quot;&gt;Corsaire&lt;/a&gt;. Elaborating on these it will touch another domain so we should stick to debugging. 
Cheers!</description>
		<content:encoded><![CDATA[<p>@Mihai<br />
True. My bad. I guess I like debugging the hard way. I&#8217;m thinking on going with Charles on Mac even though until right now I&#8217;m using different tools such are those made for Mac by <a href="http://research.corsaire.com/tools/" rel="nofollow">Corsaire</a>. Elaborating on these it will touch another domain so we should stick to debugging.<br />
Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://corlan.org/2009/04/09/how-to-debug-flex-and-php-applications/comment-page-1/#comment-2884</link>
		<dc:creator>George</dc:creator>
		<pubDate>Thu, 09 Apr 2009 13:44:18 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2009/04/09/how-to-debug-flex-and-php-applications/#comment-2884</guid>
		<description>Wow, Charles has AMF support?! Never knew that. Great post, thanks!</description>
		<content:encoded><![CDATA[<p>Wow, Charles has AMF support?! Never knew that. Great post, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihai Corlan</title>
		<link>http://corlan.org/2009/04/09/how-to-debug-flex-and-php-applications/comment-page-1/#comment-2883</link>
		<dc:creator>Mihai Corlan</dc:creator>
		<pubDate>Thu, 09 Apr 2009 13:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2009/04/09/how-to-debug-flex-and-php-applications/#comment-2883</guid>
		<description>@Adinel

I know Fiddler. Excellent tool. However I see two issues with Fiddler:
1. No version for Mac OS (I&#039;m working on a Mac :D)
2. It doesn&#039;t seem to &quot;understand&quot; AMF format.</description>
		<content:encoded><![CDATA[<p>@Adinel</p>
<p>I know Fiddler. Excellent tool. However I see two issues with Fiddler:<br />
1. No version for Mac OS (I&#8217;m working on a Mac :D)<br />
2. It doesn&#8217;t seem to &#8220;understand&#8221; AMF format.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adinel</title>
		<link>http://corlan.org/2009/04/09/how-to-debug-flex-and-php-applications/comment-page-1/#comment-2880</link>
		<dc:creator>Adinel</dc:creator>
		<pubDate>Thu, 09 Apr 2009 13:18:18 +0000</pubDate>
		<guid isPermaLink="false">http://corlan.org/2009/04/09/how-to-debug-flex-and-php-applications/#comment-2880</guid>
		<description>What about &lt;a href=&quot;http://www.fiddler2.com/fiddler2/&quot; rel=&quot;nofollow&quot;&gt;Fiddler2&lt;/a&gt;? It&#039;s free and I can do a lot with it. If the argument will be that shareware (Charles/ServiceCapture) have a better GUI, that is not a valuable argument.
Keep it up! :)</description>
		<content:encoded><![CDATA[<p>What about <a href="http://www.fiddler2.com/fiddler2/" rel="nofollow">Fiddler2</a>? It&#8217;s free and I can do a lot with it. If the argument will be that shareware (Charles/ServiceCapture) have a better GUI, that is not a valuable argument.<br />
Keep it up! :)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

