<?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 PHP with free tools (PDT + XDebug2)</title>
	<atom:link href="http://lucke.info/2007/08/debugging-php-with-free-tools-pdt-xdebug2/feed/" rel="self" type="application/rss+xml" />
	<link>http://lucke.info/2007/08/debugging-php-with-free-tools-pdt-xdebug2/</link>
	<description>personal website and blog</description>
	<lastBuildDate>Thu, 19 Apr 2012 10:47:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: Holiday Cottages Fife</title>
		<link>http://lucke.info/2007/08/debugging-php-with-free-tools-pdt-xdebug2/comment-page-1/#comment-45871</link>
		<dc:creator>Holiday Cottages Fife</dc:creator>
		<pubDate>Mon, 09 Jan 2012 08:44:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lucke.info/2007/08/03/debugging-php-with-free-tools-pdt-xdebug2/#comment-45871</guid>
		<description>&lt;strong&gt;I bookmarked it...&lt;/strong&gt;

Without doubt I say that this is one of my favourite web site list....</description>
		<content:encoded><![CDATA[<p><strong>I bookmarked it&#8230;</strong></p>
<p>Without doubt I say that this is one of my favourite web site list&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob</title>
		<link>http://lucke.info/2007/08/debugging-php-with-free-tools-pdt-xdebug2/comment-page-1/#comment-21</link>
		<dc:creator>Rob</dc:creator>
		<pubDate>Thu, 12 Jun 2008 04:05:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lucke.info/2007/08/03/debugging-php-with-free-tools-pdt-xdebug2/#comment-21</guid>
		<description>I just published a detailed step by step guide on how to get PDT + XDebug up and running, see here:

http://robsnotebook.com/php_debugger_pdt_xdebug</description>
		<content:encoded><![CDATA[<p>I just published a detailed step by step guide on how to get PDT + XDebug up and running, see here:</p>
<p><a href="http://robsnotebook.com/php_debugger_pdt_xdebug" rel="nofollow">http://robsnotebook.com/php_debugger_pdt_xdebug</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zen</title>
		<link>http://lucke.info/2007/08/debugging-php-with-free-tools-pdt-xdebug2/comment-page-1/#comment-24</link>
		<dc:creator>zen</dc:creator>
		<pubDate>Wed, 21 May 2008 13:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lucke.info/2007/08/03/debugging-php-with-free-tools-pdt-xdebug2/#comment-24</guid>
		<description>I&#039;ve recently switched from asp.net to php, since it&#039;s free, poweful and easy. I picked it up really quickly.
But, without a good debugger, no matter how good you are, you&#039;ll be a lot less productive. And I could not set up a debugger for php yet... it&#039;s frustrating.
It reminds me of the same reason why people doesn&#039;t use linux, its just not practical. If you have to go through this kind of issues just to set up a basic tool like a debugger...</description>
		<content:encoded><![CDATA[<p>I&#8217;ve recently switched from asp.net to php, since it&#8217;s free, poweful and easy. I picked it up really quickly.<br />
But, without a good debugger, no matter how good you are, you&#8217;ll be a lot less productive. And I could not set up a debugger for php yet&#8230; it&#8217;s frustrating.<br />
It reminds me of the same reason why people doesn&#8217;t use linux, its just not practical. If you have to go through this kind of issues just to set up a basic tool like a debugger&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anderson</title>
		<link>http://lucke.info/2007/08/debugging-php-with-free-tools-pdt-xdebug2/comment-page-1/#comment-22</link>
		<dc:creator>Anderson</dc:creator>
		<pubDate>Mon, 25 Feb 2008 17:59:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lucke.info/2007/08/03/debugging-php-with-free-tools-pdt-xdebug2/#comment-22</guid>
		<description>Right-o. I followed a lot of blog-trails, the eclipse.tools.pdt newsgroup, and finally had the sense to RTFM (XDebug.org)--eventually got all the pieces working awesomely.

A few things I learned that were not obvious to me at first:

- no longer need the XDebug-Support plugin mentioned in original post. It doesn&#039;t work in Eclipse 3.3. Just get the PDT, as suggested.

- the path mapping in PDTs &quot;PHP Web Page&quot; debug configuration are the filesystem paths of source files on server and client, NOT apache &quot;locations&quot;.

- the XDebug server connects _out_ to the client, opposite of java JDPA. That was not obvious from blog howto&#039;s that I read, and debugging worked fine for localhost, so I didn&#039;t realize I had it backward until I finally read the real XDebug docs.</description>
		<content:encoded><![CDATA[<p>Right-o. I followed a lot of blog-trails, the eclipse.tools.pdt newsgroup, and finally had the sense to RTFM (XDebug.org)&#8211;eventually got all the pieces working awesomely.</p>
<p>A few things I learned that were not obvious to me at first:</p>
<p>- no longer need the XDebug-Support plugin mentioned in original post. It doesn&#8217;t work in Eclipse 3.3. Just get the PDT, as suggested.</p>
<p>- the path mapping in PDTs &#8220;PHP Web Page&#8221; debug configuration are the filesystem paths of source files on server and client, NOT apache &#8220;locations&#8221;.</p>
<p>- the XDebug server connects _out_ to the client, opposite of java JDPA. That was not obvious from blog howto&#8217;s that I read, and debugging worked fine for localhost, so I didn&#8217;t realize I had it backward until I finally read the real XDebug docs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luckec</title>
		<link>http://lucke.info/2007/08/debugging-php-with-free-tools-pdt-xdebug2/comment-page-1/#comment-23</link>
		<dc:creator>luckec</dc:creator>
		<pubDate>Mon, 25 Feb 2008 08:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lucke.info/2007/08/03/debugging-php-with-free-tools-pdt-xdebug2/#comment-23</guid>
		<description>Anderson, you should try the latest PDT all-in-one build: http://download.eclipse.org/tools/pdt/downloads/release.php?release=R20080103</description>
		<content:encoded><![CDATA[<p>Anderson, you should try the latest PDT all-in-one build: <a href="http://download.eclipse.org/tools/pdt/downloads/release.php?release=R20080103" rel="nofollow">http://download.eclipse.org/tools/pdt/downloads/release.php?release=R20080103</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anderson</title>
		<link>http://lucke.info/2007/08/debugging-php-with-free-tools-pdt-xdebug2/comment-page-1/#comment-19</link>
		<dc:creator>Anderson</dc:creator>
		<pubDate>Sat, 23 Feb 2008 19:36:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lucke.info/2007/08/03/debugging-php-with-free-tools-pdt-xdebug2/#comment-19</guid>
		<description>It seems that the Xdebug support plugins from bugzilla are broken in Eclipse 3.3.
When I try to create a new remote debugging configuration it throws an error in org.eclipse.php.internal.core.util.FileUtils.FileExists(). (Looks like the same exception in MacOS 10.4, 10.5, &amp; XP.)

The Zend debugger plugin for Eclipse claims support for Xdebug, doesn&#039;t puke, and looks like it is trying to start a debug session, but FWICT it never attempts to connect to the server on port 9000.

I want this to work badly enough that I might consider turning back to an older Eclipse. What version has anyone had success with?</description>
		<content:encoded><![CDATA[<p>It seems that the Xdebug support plugins from bugzilla are broken in Eclipse 3.3.<br />
When I try to create a new remote debugging configuration it throws an error in org.eclipse.php.internal.core.util.FileUtils.FileExists(). (Looks like the same exception in MacOS 10.4, 10.5, &amp; XP.)</p>
<p>The Zend debugger plugin for Eclipse claims support for Xdebug, doesn&#8217;t puke, and looks like it is trying to start a debug session, but FWICT it never attempts to connect to the server on port 9000.</p>
<p>I want this to work badly enough that I might consider turning back to an older Eclipse. What version has anyone had success with?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Roberts</title>
		<link>http://lucke.info/2007/08/debugging-php-with-free-tools-pdt-xdebug2/comment-page-1/#comment-20</link>
		<dc:creator>Keith Roberts</dc:creator>
		<pubDate>Wed, 30 Jan 2008 17:20:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lucke.info/2007/08/03/debugging-php-with-free-tools-pdt-xdebug2/#comment-20</guid>
		<description>[quote] For PHP development it’s much harder to find a free IDE that provides good (remote-)debugging features. [/quote]

http://www.php-debuggers.net

Hopefully it will be a one-stop resource for debugging PHP applications. Please take a quick look :)</description>
		<content:encoded><![CDATA[<p>[quote] For PHP development it’s much harder to find a free IDE that provides good (remote-)debugging features. [/quote]</p>
<p><a href="http://www.php-debuggers.net" rel="nofollow">http://www.php-debuggers.net</a></p>
<p>Hopefully it will be a one-stop resource for debugging PHP applications. Please take a quick look <img src='http://lucke.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Links 2007-08-28</title>
		<link>http://lucke.info/2007/08/debugging-php-with-free-tools-pdt-xdebug2/comment-page-1/#comment-16</link>
		<dc:creator>Links 2007-08-28</dc:creator>
		<pubDate>Wed, 29 Aug 2007 02:35:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lucke.info/2007/08/03/debugging-php-with-free-tools-pdt-xdebug2/#comment-16</guid>
		<description>[...] Debugging PHP with free tools: PDT + XDebug2 Este es el más interesante que he encontrado, muestra alternativas libres para debuguear nuestras aplicaciones php. [...]</description>
		<content:encoded><![CDATA[<p>[...] Debugging PHP with free tools: PDT + XDebug2 Este es el más interesante que he encontrado, muestra alternativas libres para debuguear nuestras aplicaciones php. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Story</title>
		<link>http://lucke.info/2007/08/debugging-php-with-free-tools-pdt-xdebug2/comment-page-1/#comment-18</link>
		<dc:creator>Mark Story</dc:creator>
		<pubDate>Fri, 17 Aug 2007 19:52:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lucke.info/2007/08/03/debugging-php-with-free-tools-pdt-xdebug2/#comment-18</guid>
		<description>I&#039;ve been using PDT + Xdebug but when locally debugging files I have yet been able to figure out how to pass POST values.  Other than typing them in at the top of the file being debugged, is there anyway I can pass POST variables to the eclipse debugger??</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been using PDT + Xdebug but when locally debugging files I have yet been able to figure out how to pass POST values.  Other than typing them in at the top of the file being debugged, is there anyway I can pass POST variables to the eclipse debugger??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: QuarkBlog &#187; Blog Archive &#187; Quality Assurance en PHP</title>
		<link>http://lucke.info/2007/08/debugging-php-with-free-tools-pdt-xdebug2/comment-page-1/#comment-17</link>
		<dc:creator>QuarkBlog &#187; Blog Archive &#187; Quality Assurance en PHP</dc:creator>
		<pubDate>Fri, 17 Aug 2007 19:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lucke.info/2007/08/03/debugging-php-with-free-tools-pdt-xdebug2/#comment-17</guid>
		<description>[...] se puede integrar con Eclipse + PDT para depurar sin salir del IDE, aunque es un poco patatero [...]</description>
		<content:encoded><![CDATA[<p>[...] se puede integrar con Eclipse + PDT para depurar sin salir del IDE, aunque es un poco patatero [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: developercast.com &#187; Carsten Lucke&#8217;s Blog: Debugging PHP with free tools (PDT + XDebug2)</title>
		<link>http://lucke.info/2007/08/debugging-php-with-free-tools-pdt-xdebug2/comment-page-1/#comment-11</link>
		<dc:creator>developercast.com &#187; Carsten Lucke&#8217;s Blog: Debugging PHP with free tools (PDT + XDebug2)</dc:creator>
		<pubDate>Mon, 06 Aug 2007 18:05:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lucke.info/2007/08/03/debugging-php-with-free-tools-pdt-xdebug2/#comment-11</guid>
		<description>[...] Lucke lists out a a combination of tools he&#8217;s found that can make debugging your PHP applications a simple [...]</description>
		<content:encoded><![CDATA[<p>[...] Lucke lists out a a combination of tools he&#8217;s found that can make debugging your PHP applications a simple [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luckec</title>
		<link>http://lucke.info/2007/08/debugging-php-with-free-tools-pdt-xdebug2/comment-page-1/#comment-10</link>
		<dc:creator>luckec</dc:creator>
		<pubDate>Mon, 06 Aug 2007 17:21:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lucke.info/2007/08/03/debugging-php-with-free-tools-pdt-xdebug2/#comment-10</guid>
		<description>Doron, it&#039;s hard to say what&#039;s wrong with your setup. Maybe this one helps you: http://dev.eclipse.org/newslists/news.eclipse.tools.php/msg01327.html

Or this (same solution but less text to read): http://www.sagewire.org/php-tools-eclipse/XDebug-support-incompatible-version-372118.aspx</description>
		<content:encoded><![CDATA[<p>Doron, it&#8217;s hard to say what&#8217;s wrong with your setup. Maybe this one helps you: <a href="http://dev.eclipse.org/newslists/news.eclipse.tools.php/msg01327.html" rel="nofollow">http://dev.eclipse.org/newslists/news.eclipse.tools.php/msg01327.html</a></p>
<p>Or this (same solution but less text to read): <a href="http://www.sagewire.org/php-tools-eclipse/XDebug-support-incompatible-version-372118.aspx" rel="nofollow">http://www.sagewire.org/php-tools-eclipse/XDebug-support-incompatible-version-372118.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHP QA: Recursos para pruebas automatizadas &#124; Ingenieria de Software</title>
		<link>http://lucke.info/2007/08/debugging-php-with-free-tools-pdt-xdebug2/comment-page-1/#comment-15</link>
		<dc:creator>PHP QA: Recursos para pruebas automatizadas &#124; Ingenieria de Software</dc:creator>
		<pubDate>Mon, 06 Aug 2007 16:43:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lucke.info/2007/08/03/debugging-php-with-free-tools-pdt-xdebug2/#comment-15</guid>
		<description>[...] Debugging PHP with Eclipse PDT y xDebug [...]</description>
		<content:encoded><![CDATA[<p>[...] Debugging PHP with Eclipse PDT y xDebug [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Doron</title>
		<link>http://lucke.info/2007/08/debugging-php-with-free-tools-pdt-xdebug2/comment-page-1/#comment-14</link>
		<dc:creator>Doron</dc:creator>
		<pubDate>Mon, 06 Aug 2007 16:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lucke.info/2007/08/03/debugging-php-with-free-tools-pdt-xdebug2/#comment-14</guid>
		<description>I followed the settings (Apache 2 here), and get this error in Eclipse whenever I try to debug a remote script:

Incompatible Debug Server Version
Probably the remote debugger protocol does not match the expected protocol version (2006040701)</description>
		<content:encoded><![CDATA[<p>I followed the settings (Apache 2 here), and get this error in Eclipse whenever I try to debug a remote script:</p>
<p>Incompatible Debug Server Version<br />
Probably the remote debugger protocol does not match the expected protocol version (2006040701)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PHPDeveloper.org</title>
		<link>http://lucke.info/2007/08/debugging-php-with-free-tools-pdt-xdebug2/comment-page-1/#comment-9</link>
		<dc:creator>PHPDeveloper.org</dc:creator>
		<pubDate>Mon, 06 Aug 2007 13:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lucke.info/2007/08/03/debugging-php-with-free-tools-pdt-xdebug2/#comment-9</guid>
		<description>&lt;strong&gt;Carsten Lucke&#039;s Blog: Debugging PHP with free tools (PDT + XDebug2)...&lt;/strong&gt;

...</description>
		<content:encoded><![CDATA[<p><strong>Carsten Lucke&#8217;s Blog: Debugging PHP with free tools (PDT + XDebug2)&#8230;</strong></p>
<p>&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://lucke.info/2007/08/debugging-php-with-free-tools-pdt-xdebug2/comment-page-1/#comment-12</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 06 Aug 2007 08:28:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lucke.info/2007/08/03/debugging-php-with-free-tools-pdt-xdebug2/#comment-12</guid>
		<description>I published an article on how to setup
- Java version 6 update 1
- Eclipse 3.2.2 Build id: M20070212-1330
- PHPEclipse 1.1.9 CVS
- DBG 2.15.5
- SVN plugin Subclipse 1.2.2

http://noteplog.com/how-to-install-a-cool-php-development-environment-on-linux/</description>
		<content:encoded><![CDATA[<p>I published an article on how to setup<br />
- Java version 6 update 1<br />
- Eclipse 3.2.2 Build id: M20070212-1330<br />
- PHPEclipse 1.1.9 CVS<br />
- DBG 2.15.5<br />
- SVN plugin Subclipse 1.2.2</p>
<p><a href="http://noteplog.com/how-to-install-a-cool-php-development-environment-on-linux/" rel="nofollow">http://noteplog.com/how-to-install-a-cool-php-development-environment-on-linux/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roy Ganor</title>
		<link>http://lucke.info/2007/08/debugging-php-with-free-tools-pdt-xdebug2/comment-page-1/#comment-13</link>
		<dc:creator>Roy Ganor</dc:creator>
		<pubDate>Sat, 04 Aug 2007 17:34:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.lucke.info/2007/08/03/debugging-php-with-free-tools-pdt-xdebug2/#comment-13</guid>
		<description>All in one package is available at:
http://www.zend.com/pdt

this package includes Zend debugger rather than XDebug as you mention in your article.</description>
		<content:encoded><![CDATA[<p>All in one package is available at:<br />
<a href="http://www.zend.com/pdt" rel="nofollow">http://www.zend.com/pdt</a></p>
<p>this package includes Zend debugger rather than XDebug as you mention in your article.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

