Home >Backend Development >PHP Tutorial > PHP程序怎么Debug

PHP程序怎么Debug

WBOY
WBOYOriginal
2016-06-13 13:43:141236browse

PHP程序如何Debug
顺便问问PHP有没有像VS这样功能强大的集代码编辑,工程管理与调试于一体的IDE。
那些比较好用且免费的?谢谢大家了。

------解决方案--------------------
eclips for PHP 有错误提示功能。
------解决方案--------------------
zend studio
安装一个zend debugger就OK了。
------解决方案--------------------
php的调试一般都是直接输出,echo ,print_r。单步调试? 要查看变量的值,直接echo就行了啊。
------解决方案--------------------
单步调试是在编译里面的东东,按理说一个解释性语言是不需要专门的调试工具的,你随时都可以改代码然后查看运行效果,而不需要编译再执行之类的,断点自己随便设,想测哪个块,单拉出来测就是了,exit或die可以设断点
------解决方案--------------------
xampp,appserv,wamp都可以啊。随便下一个都行。

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