介绍一款php的调试工具,该怎么处理

WBOY
Release: 2016-06-13 13:39:13
Original
783 people have browsed it

介绍一款php的调试工具
本人之前是做.net 开发的。从接手一个产品用的是PHP的。。
我现在是用dreamwear 写的程序。写完代码后不知道怎么调试,只会F5运行的那种。

弱弱的问下。PHP有没有那种类似.net开发环境,可以单步调试?



------解决方案--------------------
echo(输出单一变量、字符等);
print_r(): 打印数组/对象
var_dump() :打印任何变量。

常用就这几个。
------解决方案--------------------
echo(输出单一变量、字符等);
print_r(): 打印数组/对象
var_dump() :打印任何变量。 楼上说的差不多了

Related labels:
source:php.cn
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!