Home  >  Article  >  Backend Development  >  推荐一个PHP调试工具

推荐一个PHP调试工具

WBOY
WBOYOriginal
2016-06-06 20:13:541195browse

大家在开发PHP时,使用什么调试工具?

回复内容:

大家在开发PHP时,使用什么调试工具?

echo print_r var_dump 讲道理的话,php调试并不需要特殊的工具,仅仅是打印数据就能调试大部分的bug了。不过xdebug调试ajax的时候还是方便一点

XDEBUG

var_dump( )

print_r()

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn