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 튜토리얼에 관심이 있는 친구들에게 도움이 되었으면 좋겠습니다.