<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Tue, 21 May 2013 04:55:11 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Box.net: How to Debug PHP with Vim and XDebug on Linux]]></title>
      <guid>http://www.phpdeveloper.org/news/8993</guid>
      <link>http://www.phpdeveloper.org/news/8993</link>
      <description><![CDATA[<p>
<i>Curt Zirzow</i> has <a href="http://blog.zirzow.org/archives/3-vim-and-debugging-php.html">pointed out</a> a <a href="http://tech.blog.box.net/2007/06/20/how-to-debug-php-with-vim-and-xdebug-on-linux/">cool article</a> on the Box.net website about debugging your PHP applications with a combination of Vim and XDebug (on linux).
</p>
<blockquote>
Here's how it works. You're coding away in vim. You hit F5; Vim waits for a connection from the PHP server. You refresh the PHP page you're working on. It attempts to contact Vim - connection successful. You are launched into a debugging session right inside Vim. You can step into, over, and out of statements, eval statements, get all variables in context, get and set properties, remove and set breakpoints, all on the fly. Finally, some real programming tools.
</blockquote>
<p>
<a href="http://tech.blog.box.net/2007/06/20/how-to-debug-php-with-vim-and-xdebug-on-linux/">Included</a> are the steps to set up the vim environment , set up the client debugger (DGBp) and link it all to the XDebug functionality on your remote machine.
</p>]]></description>
      <pubDate>Wed, 07 Nov 2007 12:17:00 -0600</pubDate>
    </item>
    <item>
      <title><![CDATA[Derick Rethans' Blog: Debugging Protocol Shoot-out (Part 2)]]></title>
      <guid>http://www.phpdeveloper.org/news/5358</guid>
      <link>http://www.phpdeveloper.org/news/5358</link>
      <description><![CDATA[<p>
<i>Derick Rethans</i> has posted a part two to <a href="http://www.phpdeveloper.org/news/5352">the post</a> from <i>Guy Harpaz</i> yesterday concerning the debugging protocol "shootout" that <i>Derick</i> began in previous posts.
</p>
<p>
<i>Derick</i>'s <a href="http://derickrethans.nl/debugging_protocol_shootout_part_2.php">latest post</a> looks at some of the comments <i>Guy</i> made, including comments about Zend's choice of implementation and their suggestions as to why you should choose the Zend Studio's debugging protocol over DBGp.
</p>
<p>
Other topics that <i>Derick</i> comments on in <a href="http://derickrethans.nl/debugging_protocol_shootout_part_2.php">the post</a> include the mentions of bugs in DBGp's Proxy mechanism, proxy requirements, and the functionality of Zend's "specific protocol for PHP" in handling headers/body informzation.
</p>]]></description>
      <pubDate>Fri, 12 May 2006 05:38:01 -0500</pubDate>
    </item>
  </channel>
</rss>
