xampp+netbeans+xdebug

1、下载安装xampp

正常安装,中间如果缺少vc++模块,根据提醒下载安装相应的版本后,在手动运行安装目录下的脚本setup_xampp.bat。

2、下载安装netbeans-php

netbeans-php免费的,很好,又省钱了。

3、php配置xdebug模块

PHP调试工具Xdebug安装配置教程

http://www.cnblogs.com/qiantuwuliang/archive/2011/01/23/1942382.html

4、netbeans配置xdebug模块

用netbeans和xdebug调试php的配置

http://www.cnblogs.com/zhepama/p/3541683.html

5、异常处理情况

program cant start because php5.dll is missing

http://stackoverflow.com/questions/5592739/program-cant-start-because-php5-dll-is-missing

6、好用的工具

phpinfo分析工具

https://xdebug.org/wizard.php

原文地址:https://www.cnblogs.com/ZoeWang/p/5944937.html