Heim > Artikel > Backend-Entwicklung > vdebug+xdebug安装
从eclipse到vim,一开始没有找到单步断点调试的功能,很不爽,然后搜索了下,找到了xdebug+vdebug的解决方案。
环境:centos 6.5
xdebug的安装:
http://www.cnblogs.com/yixiong/archive/2013/03/29/2988331.html
<code>zend_extension=/path/to/xdebug<span>.so</span> xdebug<span>.remote</span>_enable=on xdebug<span>.remote</span>_handler=dbgp xdebug<span>.remote</span>_host=localhost xdebug<span>.remote</span>_port=<span>9000</span></code>
vdebug官方文档:https://github.com/joonty/vdebug
').addClass('pre-numbering').hide(); $(this).addClass('has-numbering').parent().append($numbering); for (i = 1; i ').text(i)); }; $numbering.fadeIn(1700); }); });以上就介绍了vdebug+xdebug安装,包括了方面的内容,希望对PHP教程有兴趣的朋友有所帮助。