<?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"
	>
<channel>
	<title>Comments on: How to Debug PHP with Vim and XDebug on Linux</title>
	<atom:link href="http://tech.blog.box.net/2007/06/20/how-to-debug-php-with-vim-and-xdebug-on-linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://tech.blog.box.net/2007/06/20/how-to-debug-php-with-vim-and-xdebug-on-linux/</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Sat, 07 Nov 2009 11:35:24 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: sqz</title>
		<link>http://tech.blog.box.net/2007/06/20/how-to-debug-php-with-vim-and-xdebug-on-linux/#comment-39911</link>
		<dc:creator>sqz</dc:creator>
		<pubDate>Tue, 22 Sep 2009 19:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://tech-blog.box.net/?p=5#comment-39911</guid>
		<description>&lt;p&gt;Amazing!
Although it conflicts a bit with my shortcut keys...still this is vim a true powerup! :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Amazing!<br />
Although it conflicts a bit with my shortcut keys&#8230;still this is vim a true powerup! <img src='http://tech.blog.box.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matias</title>
		<link>http://tech.blog.box.net/2007/06/20/how-to-debug-php-with-vim-and-xdebug-on-linux/#comment-39810</link>
		<dc:creator>Matias</dc:creator>
		<pubDate>Fri, 18 Sep 2009 04:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://tech-blog.box.net/?p=5#comment-39810</guid>
		<description>&lt;p&gt;Im getting this error when i make F5 in vim.&lt;/p&gt;

&lt;p&gt;waiting for a new connection on port 9000 for 5 seconds...
Connection closed, stop debugging (, error(98, 'Direccixc3xb3n ya estxc3xa1 en uso'), &#60;traceback object at 0xb78e97fc&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;)&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Full message:
(, error(98, 'Direccixc3xb3n ya estxc3xa1 en uso'), )
  File "/home/matias/.vim/plugin/debugger.py", line 1078, in debugger_run
    debugger.run()
  File "/home/matias/.vim/plugin/debugger.py", line 928, in run
    self.protocol.accept()
  File "/home/matias/.vim/plugin/debugger.py", line 555, in accept
    serv.bind(('', self.port))
  File "", line 1, in bind&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Im getting this error when i make F5 in vim.</p>
<p>waiting for a new connection on port 9000 for 5 seconds&#8230;<br />
Connection closed, stop debugging (, error(98, &#8216;Direccixc3xb3n ya estxc3xa1 en uso&#8217;), &lt;traceback object at 0xb78e97fc</p>
<blockquote>
<p>)</p>
</blockquote>
<p>Full message:<br />
(, error(98, &#8216;Direccixc3xb3n ya estxc3xa1 en uso&#8217;), )<br />
  File &#8220;/home/matias/.vim/plugin/debugger.py&#8221;, line 1078, in debugger_run<br />
    debugger.run()<br />
  File &#8220;/home/matias/.vim/plugin/debugger.py&#8221;, line 928, in run<br />
    self.protocol.accept()<br />
  File &#8220;/home/matias/.vim/plugin/debugger.py&#8221;, line 555, in accept<br />
    serv.bind((&#8221;, self.port))<br />
  File &#8220;&#8221;, line 1, in bind</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Алексей Андреев</title>
		<link>http://tech.blog.box.net/2007/06/20/how-to-debug-php-with-vim-and-xdebug-on-linux/#comment-38949</link>
		<dc:creator>Алексей Андреев</dc:creator>
		<pubDate>Fri, 21 Aug 2009 02:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://tech-blog.box.net/?p=5#comment-38949</guid>
		<description>&lt;p&gt;Такое впечатление, будто это не Вы писали. А какой то дежурный блогер по поручению.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Такое впечатление, будто это не Вы писали. А какой то дежурный блогер по поручению.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nomuna</title>
		<link>http://tech.blog.box.net/2007/06/20/how-to-debug-php-with-vim-and-xdebug-on-linux/#comment-38896</link>
		<dc:creator>nomuna</dc:creator>
		<pubDate>Tue, 18 Aug 2009 18:11:02 +0000</pubDate>
		<guid isPermaLink="false">http://tech-blog.box.net/?p=5#comment-38896</guid>
		<description>&lt;p&gt;Man this is awesome... Thanks a lot. I got it working with a single PHP file... 
But soon will try it with a really big Zend project... 
Will keep you posted...&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Man this is awesome&#8230; Thanks a lot. I got it working with a single PHP file&#8230;<br />
But soon will try it with a really big Zend project&#8230;<br />
Will keep you posted&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim</title>
		<link>http://tech.blog.box.net/2007/06/20/how-to-debug-php-with-vim-and-xdebug-on-linux/#comment-38151</link>
		<dc:creator>Jim</dc:creator>
		<pubDate>Wed, 15 Jul 2009 17:41:05 +0000</pubDate>
		<guid isPermaLink="false">http://tech-blog.box.net/?p=5#comment-38151</guid>
		<description>&lt;p&gt;Installed a new server, fedora 10, recently and xdebug/debugger. Have xdebug and debugger vim running on 3 other machines and using it for sometime, it is a great tool. When I try to test on the newest server, the debugger session is started and is receiving output from the web server. But the php-code portion of the debugger window is empty. Any suggestions where to start looking ?&lt;/p&gt;

&lt;p&gt;Thanks for your time.....&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Installed a new server, fedora 10, recently and xdebug/debugger. Have xdebug and debugger vim running on 3 other machines and using it for sometime, it is a great tool. When I try to test on the newest server, the debugger session is started and is receiving output from the web server. But the php-code portion of the debugger window is empty. Any suggestions where to start looking ?</p>
<p>Thanks for your time&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Владимир Осокин</title>
		<link>http://tech.blog.box.net/2007/06/20/how-to-debug-php-with-vim-and-xdebug-on-linux/#comment-37471</link>
		<dc:creator>Владимир Осокин</dc:creator>
		<pubDate>Tue, 07 Jul 2009 13:41:16 +0000</pubDate>
		<guid isPermaLink="false">http://tech-blog.box.net/?p=5#comment-37471</guid>
		<description>&lt;p&gt;Благодарен. Появилась новая мысль, но она нуждается в глубокой реорганизации старой идеи, займусь завтра. И сразу поделюсь информацией с читателями блога!&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Благодарен. Появилась новая мысль, но она нуждается в глубокой реорганизации старой идеи, займусь завтра. И сразу поделюсь информацией с читателями блога!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared</title>
		<link>http://tech.blog.box.net/2007/06/20/how-to-debug-php-with-vim-and-xdebug-on-linux/#comment-34151</link>
		<dc:creator>Jared</dc:creator>
		<pubDate>Fri, 08 May 2009 15:26:20 +0000</pubDate>
		<guid isPermaLink="false">http://tech-blog.box.net/?p=5#comment-34151</guid>
		<description>&lt;p&gt;Just thought I'd mention, for centos 5/rhel 5 users out there:&lt;/p&gt;

&lt;p&gt;If you've enabled the epel repository, you can install xdebug with 'yum install php-pecl-xdebug', insert the debugger.py and debugger.vim scripts (at vim.org, linked in the above article) into your .vim/plugins directory, and put the xdebug settings (xdebug.remote_port and so on) into /etc/php.d/xdebug.ini, and this will work out of the box. :-)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Just thought I&#8217;d mention, for centos 5/rhel 5 users out there:</p>
<p>If you&#8217;ve enabled the epel repository, you can install xdebug with &#8216;yum install php-pecl-xdebug&#8217;, insert the debugger.py and debugger.vim scripts (at vim.org, linked in the above article) into your .vim/plugins directory, and put the xdebug settings (xdebug.remote_port and so on) into /etc/php.d/xdebug.ini, and this will work out of the box. <img src='http://tech.blog.box.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vim: 35 ressources pour apprendre à l&#8217;utiliser</title>
		<link>http://tech.blog.box.net/2007/06/20/how-to-debug-php-with-vim-and-xdebug-on-linux/#comment-34029</link>
		<dc:creator>Vim: 35 ressources pour apprendre à l&#8217;utiliser</dc:creator>
		<pubDate>Tue, 05 May 2009 21:26:56 +0000</pubDate>
		<guid isPermaLink="false">http://tech-blog.box.net/?p=5#comment-34029</guid>
		<description>&lt;p&gt;[...] Box.net Technical Blog &#8221; Blog Archive &#8221; How to Debug PHP with Vim and XDebug on Linux Article sur comment débuguer du php avec vim comme dans un ide. Ca a l&#8217;air cool. A tester. [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Box.net Technical Blog &#8221; Blog Archive &#8221; How to Debug PHP with Vim and XDebug on Linux Article sur comment débuguer du php avec vim comme dans un ide. Ca a l&#8217;air cool. A tester. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gdb + vim, vim + macro</title>
		<link>http://tech.blog.box.net/2007/06/20/how-to-debug-php-with-vim-and-xdebug-on-linux/#comment-32769</link>
		<dc:creator>gdb + vim, vim + macro</dc:creator>
		<pubDate>Fri, 10 Apr 2009 19:52:24 +0000</pubDate>
		<guid isPermaLink="false">http://tech-blog.box.net/?p=5#comment-32769</guid>
		<description>&lt;p&gt;[...] Box.net Technical Blog &#187; Blog Archive &#187; How to Debug PHP with Vim and XDebug on Linux [...]&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>[...] Box.net Technical Blog &raquo; Blog Archive &raquo; How to Debug PHP with Vim and XDebug on Linux [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juha</title>
		<link>http://tech.blog.box.net/2007/06/20/how-to-debug-php-with-vim-and-xdebug-on-linux/#comment-31587</link>
		<dc:creator>Juha</dc:creator>
		<pubDate>Thu, 19 Mar 2009 19:02:13 +0000</pubDate>
		<guid isPermaLink="false">http://tech-blog.box.net/?p=5#comment-31587</guid>
		<description>&lt;p&gt;Thank you! Seems to work just fine, saves lot of time. Have to admit, that I thought that "this will never work, but let's see what happens" :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Thank you! Seems to work just fine, saves lot of time. Have to admit, that I thought that &#8220;this will never work, but let&#8217;s see what happens&#8221; <img src='http://tech.blog.box.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
