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

PHP程序怎么Debug

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-13 13:43:14
Original
1269 people have browsed it

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

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

Related labels:
Statement of this Website
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
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template