<?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: PHP Debugger on Mac (dbg) &#8211; Fail</title>
	<atom:link href="http://robrohan.com/2007/05/08/php-debugger-on-mac-dbg-fail/feed/" rel="self" type="application/rss+xml" />
	<link>http://robrohan.com/2007/05/08/php-debugger-on-mac-dbg-fail/</link>
	<description>技术任意</description>
	<lastBuildDate>Fri, 04 Dec 2009 04:36:16 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sam</title>
		<link>http://robrohan.com/2007/05/08/php-debugger-on-mac-dbg-fail/comment-page-1/#comment-6508</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Sat, 23 Aug 2008 04:46:52 +0000</pubDate>
		<guid isPermaLink="false">http://robrohan.com/2007/05/08/php-debugger-on-mac-dbg-fail/#comment-6508</guid>
		<description>&lt;p&gt;Ugh.  Forget all this.. just get MacGDBp.  It&#039;s free, too, and works really well.&lt;/p&gt;

&lt;p&gt;http://www.bluestatic.org/software/macgdbp/&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Ugh.  Forget all this.. just get MacGDBp.  It&#8217;s free, too, and works really well.</p>

<p><a href="http://www.bluestatic.org/software/macgdbp/" rel="nofollow">http://www.bluestatic.org/software/macgdbp/</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: dmitri</title>
		<link>http://robrohan.com/2007/05/08/php-debugger-on-mac-dbg-fail/comment-page-1/#comment-3470</link>
		<dc:creator>dmitri</dc:creator>
		<pubDate>Tue, 20 Nov 2007 22:31:10 +0000</pubDate>
		<guid isPermaLink="false">http://robrohan.com/2007/05/08/php-debugger-on-mac-dbg-fail/#comment-3470</guid>
		<description>&lt;p&gt;just few notes about dbg under Mac. If you compile and install php then dbg.so, it will not work. Reason is pretty simple: Mac&#039;s strip strips too much symbols, yet not only debugger&#039;s and resulting binaries can&#039;t be dynamically loaded. Stupid install script calls strip without certain arguments to avoid such problems yet. 
So, to get working binaries, do not install them at all. Grab what compiler produced in the .libs or .modules directory (for dbg.so and php respectively) and either do not run strip or at least consult with man to see how to strip without harm.&lt;/p&gt;

&lt;p&gt;Then it will work.&lt;/p&gt;

&lt;p&gt;Thanks for attention :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>just few notes about dbg under Mac. If you compile and install php then dbg.so, it will not work. Reason is pretty simple: Mac&#8217;s strip strips too much symbols, yet not only debugger&#8217;s and resulting binaries can&#8217;t be dynamically loaded. Stupid install script calls strip without certain arguments to avoid such problems yet. 
So, to get working binaries, do not install them at all. Grab what compiler produced in the .libs or .modules directory (for dbg.so and php respectively) and either do not run strip or at least consult with man to see how to strip without harm.</p>

<p>Then it will work.</p>

<p>Thanks for attention :)</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Vik Rubenfeld</title>
		<link>http://robrohan.com/2007/05/08/php-debugger-on-mac-dbg-fail/comment-page-1/#comment-2865</link>
		<dc:creator>Vik Rubenfeld</dc:creator>
		<pubDate>Sun, 12 Aug 2007 17:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://robrohan.com/2007/05/08/php-debugger-on-mac-dbg-fail/#comment-2865</guid>
		<description>&lt;p&gt;Rob, thanks very much for posting this. I&#039;ve been trying to get DBG.SO installed for 3 days!&lt;/p&gt;

&lt;p&gt;I would add that Mac users may need to activate PHP on their machines, by editing /private/etc/httpd/httpd.conf, and removing the comment sign (#) from the beginning of the lines that activate PHP. On my system, these lines are:&lt;/p&gt;

&lt;p&gt;LoadModule php4_module        libexec/httpd/libphp4.so
...
AddModule mod_php4.c&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Rob, thanks very much for posting this. I&#8217;ve been trying to get DBG.SO installed for 3 days!</p>

<p>I would add that Mac users may need to activate PHP on their machines, by editing /private/etc/httpd/httpd.conf, and removing the comment sign (#) from the beginning of the lines that activate PHP. On my system, these lines are:</p>

<p>LoadModule php4_module        libexec/httpd/libphp4.so
&#8230;
AddModule mod_php4.c</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Random Technology &#187; Blog Archive &#187; PHP Debugger on Mac - Pass!</title>
		<link>http://robrohan.com/2007/05/08/php-debugger-on-mac-dbg-fail/comment-page-1/#comment-1850</link>
		<dc:creator>Random Technology &#187; Blog Archive &#187; PHP Debugger on Mac - Pass!</dc:creator>
		<pubDate>Fri, 11 May 2007 03:48:38 +0000</pubDate>
		<guid isPermaLink="false">http://robrohan.com/2007/05/08/php-debugger-on-mac-dbg-fail/#comment-1850</guid>
		<description>&lt;p&gt;[...] to a lead from Aaron Heimlich in the last post on my debugging attempt, I&#8217;ve got PHP debugging working on my [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] to a lead from Aaron Heimlich in the last post on my debugging attempt, I&#8217;ve got PHP debugging working on my [...]</p>]]></content:encoded>
	</item>
	<item>
		<title>By: rob</title>
		<link>http://robrohan.com/2007/05/08/php-debugger-on-mac-dbg-fail/comment-page-1/#comment-1829</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Tue, 08 May 2007 22:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://robrohan.com/2007/05/08/php-debugger-on-mac-dbg-fail/#comment-1829</guid>
		<description>&lt;p&gt;MAMP is good stuff. The free version is close to what I was looking for in a easy start / stop all-in-one thing (I think the things I&#039;d complain about are in the pro version which is no in my budget at the moment). I&#039;ll have to try dbg with MAMP.&lt;/p&gt;

&lt;p&gt;xdebug looks to be windows / linux only (or pre-comipled that way anyway), and it doesn&#039;t quite look like what I want, but I&#039;ll check it out later.&lt;/p&gt;

&lt;p&gt;Thanks for the tips Aaron&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>MAMP is good stuff. The free version is close to what I was looking for in a easy start / stop all-in-one thing (I think the things I&#8217;d complain about are in the pro version which is no in my budget at the moment). I&#8217;ll have to try dbg with MAMP.</p>

<p>xdebug looks to be windows / linux only (or pre-comipled that way anyway), and it doesn&#8217;t quite look like what I want, but I&#8217;ll check it out later.</p>

<p>Thanks for the tips Aaron</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Heimlich</title>
		<link>http://robrohan.com/2007/05/08/php-debugger-on-mac-dbg-fail/comment-page-1/#comment-1828</link>
		<dc:creator>Aaron Heimlich</dc:creator>
		<pubDate>Tue, 08 May 2007 19:54:17 +0000</pubDate>
		<guid isPermaLink="false">http://robrohan.com/2007/05/08/php-debugger-on-mac-dbg-fail/#comment-1828</guid>
		<description>&lt;p&gt;Have you tried getting it to work with MAMP (http://www.living-e.com/products/MAMP-PRO/download.php)? or tried Xdebug (http://www.xdebug.org)?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Have you tried getting it to work with MAMP (<a href="http://www.living-e.com/products/MAMP-PRO/download.php)?" rel="nofollow">http://www.living-e.com/products/MAMP-PRO/download.php)?</a> or tried Xdebug (<a href="http://www.xdebug.org)?" rel="nofollow">http://www.xdebug.org)?</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: rob</title>
		<link>http://robrohan.com/2007/05/08/php-debugger-on-mac-dbg-fail/comment-page-1/#comment-1827</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Tue, 08 May 2007 17:34:48 +0000</pubDate>
		<guid isPermaLink="false">http://robrohan.com/2007/05/08/php-debugger-on-mac-dbg-fail/#comment-1827</guid>
		<description>&lt;p&gt;Thanks Russ - I was stoked to hear XAMMP had a Mac version, but sadly &quot;Intel only&quot; :-/&lt;/p&gt;

&lt;p&gt;I might have to look at trying to compile that myself later. And I agree, you&#039;re right it&#039;s a much cleaner way to do development. I use the built in cf server when doing cf work, and http://locomotive.raaum.org/ when doing rails work. I would prefer a standalone, pre built environment... someday... someday...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thanks Russ &#8211; I was stoked to hear XAMMP had a Mac version, but sadly &#8220;Intel only&#8221; :-/</p>

<p>I might have to look at trying to compile that myself later. And I agree, you&#8217;re right it&#8217;s a much cleaner way to do development. I use the built in cf server when doing cf work, and <a href="http://locomotive.raaum.org/" rel="nofollow">http://locomotive.raaum.org/</a> when doing rails work. I would prefer a standalone, pre built environment&#8230; someday&#8230; someday&#8230;</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Russ Johnson</title>
		<link>http://robrohan.com/2007/05/08/php-debugger-on-mac-dbg-fail/comment-page-1/#comment-1826</link>
		<dc:creator>Russ Johnson</dc:creator>
		<pubDate>Tue, 08 May 2007 16:38:51 +0000</pubDate>
		<guid isPermaLink="false">http://robrohan.com/2007/05/08/php-debugger-on-mac-dbg-fail/#comment-1826</guid>
		<description>&lt;p&gt;Hey Rob, that sounds like alot of work! I had a need to do some php work  a few weeks ago and I went with an old favorite for apache, php and mysql... the xampp project. They have a mac version now and I have found it run perfectly. Not sure how it would work with that debugger but if it works it would be a lot less work.&lt;/p&gt;

&lt;p&gt;I prefer these types of programs on my mac anyways for development since you can just drag the folder to the trash if you want to get rid of it. I have been using Locomotive for Ruby on Rails development as well, same concept.&lt;/p&gt;

&lt;p&gt;XAMMP - http://www.apachefriends.org/&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey Rob, that sounds like alot of work! I had a need to do some php work  a few weeks ago and I went with an old favorite for apache, php and mysql&#8230; the xampp project. They have a mac version now and I have found it run perfectly. Not sure how it would work with that debugger but if it works it would be a lot less work.</p>

<p>I prefer these types of programs on my mac anyways for development since you can just drag the folder to the trash if you want to get rid of it. I have been using Locomotive for Ruby on Rails development as well, same concept.</p>

<p>XAMMP &#8211; <a href="http://www.apachefriends.org/" rel="nofollow">http://www.apachefriends.org/</a></p>]]></content:encoded>
	</item>
</channel>
</rss>
