NetBeans中对PHP进行断点调试

工具准备:

    NetBeans:http://www.netbeans.org.cn/

    Xdebug  :http://www.xdebug.org/wizard.php

    php5.6  :http://windows.php.net/

说明:Xdebug的版本需跟PHP的版本兼容,可以在本地运行phpinfo(),然后将结果粘贴到http://www.xdebug.org/wizard.php这个页面,会给出对应的版本的下载


PHP中配置Xdebug:

[php_xdebug]
;xdebug的扩展的地址
zend_extension=php_xdebug.dll
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
;远程端口号
xdebug.remote_port=9000

NetBeans的运行结果如下:

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。