工具准备:
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的运行结果如下:
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。