<?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: Silence The Echo with&#160;MacGDBp</title>
	<atom:link href="http://particletree.com/notebook/silence-the-echo-with-macgdbp/feed/" rel="self" type="application/rss+xml" />
	<link>http://particletree.com/notebook/silence-the-echo-with-macgdbp/</link>
	<description>Everyone needs a hug.</description>
	<lastBuildDate>Mon, 16 Nov 2009 21:43:07 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sam Figueroa</title>
		<link>http://particletree.com/notebook/silence-the-echo-with-macgdbp/comment-page-1/#comment-24862</link>
		<dc:creator>Sam Figueroa</dc:creator>
		<pubDate>Fri, 27 Jun 2008 07:06:52 +0000</pubDate>
		<guid isPermaLink="false">http://particletree.com/?p=322#comment-24862</guid>
		<description>&lt;p&gt;Great post. With your instructions I got this running in under  10 minutes. I&#039;ve tried to setup a key binding for this in TextMate but I first checked if MacGDCb was scriptable via Applescript. Which is not implemented—yet, I hope. But for now I just put in the function call to xdebug with&lt;/p&gt;

&lt;pre&gt;
xdebug_break();
&lt;/pre&gt;

&lt;p&gt;into my code. It will not trigger if there is no debugger connected. So you don&#039;t have the well-known &#039;Oops I forgot to take out the echo&#039;-problem.&lt;/p&gt;

&lt;p&gt;But I did find this. If you write this in you php.ini it will at least give you a link in TextMate&#039;s protocol so it will take you directly to the line in your code where errors was found.&lt;/p&gt;

&lt;pre&gt;
xdebug.file_link_format = &quot;txmt://open?url=file://%f&amp;line=%l&quot;
&lt;/pre&gt;
</description>
		<content:encoded><![CDATA[<p>Great post. With your instructions I got this running in under  10 minutes. I&#8217;ve tried to setup a key binding for this in TextMate but I first checked if MacGDCb was scriptable via Applescript. Which is not implemented—yet, I hope. But for now I just put in the function call to xdebug with</p>

<pre>
xdebug_break();
</pre>

<p>into my code. It will not trigger if there is no debugger connected. So you don&#8217;t have the well-known &#8216;Oops I forgot to take out the echo&#8217;-problem.</p>

<p>But I did find this. If you write this in you php.ini it will at least give you a link in TextMate&#8217;s protocol so it will take you directly to the line in your code where errors was found.</p>

<pre>
xdebug.file_link_format = "txmt://open?url=file://%f&amp;line=%l"
</pre>]]></content:encoded>
	</item>
	<item>
		<title>By: Tim Sabat</title>
		<link>http://particletree.com/notebook/silence-the-echo-with-macgdbp/comment-page-1/#comment-24848</link>
		<dc:creator>Tim Sabat</dc:creator>
		<pubDate>Thu, 26 Jun 2008 03:21:19 +0000</pubDate>
		<guid isPermaLink="false">http://particletree.com/?p=322#comment-24848</guid>
		<description>&lt;p&gt;Hey Nic.  I, too would like to see a TextMate bundle for this.  Maybe TextMate 2.0 will provide the ease-of-use for add-on developers and we&#039;ll see more great products created. For now, I&#039;m running it independently.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey Nic.  I, too would like to see a TextMate bundle for this.  Maybe TextMate 2.0 will provide the ease-of-use for add-on developers and we&#8217;ll see more great products created. For now, I&#8217;m running it independently.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://particletree.com/notebook/silence-the-echo-with-macgdbp/comment-page-1/#comment-24844</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Wed, 25 Jun 2008 22:44:49 +0000</pubDate>
		<guid isPermaLink="false">http://particletree.com/?p=322#comment-24844</guid>
		<description>&lt;p&gt;I sort of skim read this article whilst scanning every line for the &quot;download snappy TextMate bundle&quot; link that was going to make all this a reality for me. Are you hooking into MacGDCb via TextMate key binding or opening MacGDCb independently (just like you would run Xcode build/debug independently from TextMate)?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I sort of skim read this article whilst scanning every line for the &#8220;download snappy TextMate bundle&#8221; link that was going to make all this a reality for me. Are you hooking into MacGDCb via TextMate key binding or opening MacGDCb independently (just like you would run Xcode build/debug independently from TextMate)?</p>]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.583 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-11 23:13:39 -->
