<?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: MAMP and Xdebug</title>
	<atom:link href="http://corneliusweiss.de/2007/11/01/mamp-and-xdebug/feed/" rel="self" type="application/rss+xml" />
	<link>http://corneliusweiss.de/2007/11/01/mamp-and-xdebug/</link>
	<description>Exciting brainjunk of Cornelius Weiss</description>
	<lastBuildDate>Tue, 07 Jun 2011 19:20:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2-alpha</generator>
	<item>
		<title>By: loige</title>
		<link>http://corneliusweiss.de/2007/11/01/mamp-and-xdebug/comment-page-1/#comment-29913</link>
		<dc:creator>loige</dc:creator>
		<pubDate>Thu, 24 Dec 2009 22:45:21 +0000</pubDate>
		<guid isPermaLink="false">http://corneliusweiss.de/?p=10#comment-29913</guid>
		<description>Really simple to install this way and it works like a charm :) tnx</description>
		<content:encoded><![CDATA[<p>Really simple to install this way and it works like a charm <img src='http://corneliusweiss.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  tnx</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marian</title>
		<link>http://corneliusweiss.de/2007/11/01/mamp-and-xdebug/comment-page-1/#comment-27526</link>
		<dc:creator>Marian</dc:creator>
		<pubDate>Tue, 03 Nov 2009 01:31:08 +0000</pubDate>
		<guid isPermaLink="false">http://corneliusweiss.de/?p=10#comment-27526</guid>
		<description>Pete&#039;s problem might have been that the Zend Optimizer doesnt play well with xdebug. You have to deactivate it in the MAMP options. I found this here: http://technosophos.com/content/debugging-your-php-code-xdebug-mamp-textmate-and-macgdbp-support</description>
		<content:encoded><![CDATA[<p>Pete&#8217;s problem might have been that the Zend Optimizer doesnt play well with xdebug. You have to deactivate it in the MAMP options. I found this here: <a href="http://technosophos.com/content/debugging-your-php-code-xdebug-mamp-textmate-and-macgdbp-support" rel="nofollow">http://technosophos.com/content/debugging-your-php-code-xdebug-mamp-textmate-and-macgdbp-support</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://corneliusweiss.de/2007/11/01/mamp-and-xdebug/comment-page-1/#comment-2512</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Wed, 18 Jun 2008 18:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://corneliusweiss.de/?p=10#comment-2512</guid>
		<description>Still not getting this to appear in my phpinfo using mamp.. any suggestions?

Here is what my php.ini file looks like:
[xdebug]
zend_extension=/Applications/MAMP/bin/php5/lib/php/extensions/no-debug-non-zts-20050922/xdebug.so
xdebug.remote_enable=1
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_host=192.168.1.101
xdebug.remote_port=8888

Thank you :)</description>
		<content:encoded><![CDATA[<p>Still not getting this to appear in my phpinfo using mamp.. any suggestions?</p>
<p>Here is what my php.ini file looks like:<br />
[xdebug]<br />
zend_extension=/Applications/MAMP/bin/php5/lib/php/extensions/no-debug-non-zts-20050922/xdebug.so<br />
xdebug.remote_enable=1<br />
xdebug.remote_handler=dbgp<br />
xdebug.remote_mode=req<br />
xdebug.remote_host=192.168.1.101<br />
xdebug.remote_port=8888</p>
<p>Thank you <img src='http://corneliusweiss.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dano!</title>
		<link>http://corneliusweiss.de/2007/11/01/mamp-and-xdebug/comment-page-1/#comment-1697</link>
		<dc:creator>Dano!</dc:creator>
		<pubDate>Mon, 05 May 2008 05:02:08 +0000</pubDate>
		<guid isPermaLink="false">http://corneliusweiss.de/?p=10#comment-1697</guid>
		<description>Be careful of getting the latest xdebug.so.  The version I found was v2.1.0-dev, which has some problems with the most recent version of Eclipse and PDT.  Tripped me up for quite some time.

From the Eclipse newsgroup:
---
A change has been made in the xdebug 2.0.3 which appears to causes a problem for PDT using xdebug. So at this time it is not recommended to upgrade to 2.0.3 and to continue using xdebug 2.0.2 with PDT 1.0.2 and the PDT 1.1 Nightly/Integration builds.
---

The only way I found to get the old version is to download the source from xdebug.org and compile it.  If you don&#039;t have the Xcode tools, they are not hard to install: insert Disc 2 from the install CDs, open the &quot;Xcode Tools&quot;, double click on the XcodeTools.mpkg, and go outside for a bit and enjoy the weather.  When you come back, greb the 2.0.2 version of xdebug, unpack it, go to that directory in a terminal, and follow the directions in the README.</description>
		<content:encoded><![CDATA[<p>Be careful of getting the latest xdebug.so.  The version I found was v2.1.0-dev, which has some problems with the most recent version of Eclipse and PDT.  Tripped me up for quite some time.</p>
<p>From the Eclipse newsgroup:<br />
&#8212;<br />
A change has been made in the xdebug 2.0.3 which appears to causes a problem for PDT using xdebug. So at this time it is not recommended to upgrade to 2.0.3 and to continue using xdebug 2.0.2 with PDT 1.0.2 and the PDT 1.1 Nightly/Integration builds.<br />
&#8212;</p>
<p>The only way I found to get the old version is to download the source from xdebug.org and compile it.  If you don&#8217;t have the Xcode tools, they are not hard to install: insert Disc 2 from the install CDs, open the &#8220;Xcode Tools&#8221;, double click on the XcodeTools.mpkg, and go outside for a bit and enjoy the weather.  When you come back, greb the 2.0.2 version of xdebug, unpack it, go to that directory in a terminal, and follow the directions in the README.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cornelius Weiss</title>
		<link>http://corneliusweiss.de/2007/11/01/mamp-and-xdebug/comment-page-1/#comment-336</link>
		<dc:creator>Cornelius Weiss</dc:creator>
		<pubDate>Thu, 07 Feb 2008 09:53:41 +0000</pubDate>
		<guid isPermaLink="false">http://corneliusweiss.de/?p=10#comment-336</guid>
		<description>Hi Jakob, 

thanks for the link!

The word &quot;xdebug.so&quot; is a link in my original post :-), but it&#039;s only the php5.2 version.

cu
conny</description>
		<content:encoded><![CDATA[<p>Hi Jakob, </p>
<p>thanks for the link!</p>
<p>The word &#8220;xdebug.so&#8221; is a link in my original post <img src='http://corneliusweiss.de/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> , but it&#8217;s only the php5.2 version.</p>
<p>cu<br />
conny</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jakob G. Thomsen</title>
		<link>http://corneliusweiss.de/2007/11/01/mamp-and-xdebug/comment-page-1/#comment-329</link>
		<dc:creator>Jakob G. Thomsen</dc:creator>
		<pubDate>Wed, 06 Feb 2008 22:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://corneliusweiss.de/?p=10#comment-329</guid>
		<description>Stephen: You don&#039;t have to download the whole Komodo IDE, they have released the xdebug.so at http://aspn.activestate.com/ASPN/Downloads/Komodo/RemoteDebugging for various OS.</description>
		<content:encoded><![CDATA[<p>Stephen: You don&#8217;t have to download the whole Komodo IDE, they have released the xdebug.so at <a href="http://aspn.activestate.com/ASPN/Downloads/Komodo/RemoteDebugging" rel="nofollow">http://aspn.activestate.com/ASPN/Downloads/Komodo/RemoteDebugging</a> for various OS.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stephen McConnell</title>
		<link>http://corneliusweiss.de/2007/11/01/mamp-and-xdebug/comment-page-1/#comment-163</link>
		<dc:creator>Stephen McConnell</dc:creator>
		<pubDate>Sun, 20 Jan 2008 01:56:54 +0000</pubDate>
		<guid isPermaLink="false">http://corneliusweiss.de/?p=10#comment-163</guid>
		<description>Komodo must have done something, because I was not able to extract xdebug.so from their installation.  How did you do that?</description>
		<content:encoded><![CDATA[<p>Komodo must have done something, because I was not able to extract xdebug.so from their installation.  How did you do that?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

