码迷,mamicode.com
首页 > Web开发 > 详细

Netbeans配合xdebug调试

时间:2015-07-16 22:04:21      阅读:186      评论:0      收藏:0      [点我收藏+]

标签:

http://xdebug.org/download.php

技术分享

下载对应的xdebug的dll不知道php文件中的ext文件夹中

并且加入以下配置在php.info

然后重启apche

技术分享

zend_extension = D:\php\ext\php_xdebug-2.3.3-5.6-vc11-x86_64.dll
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
xdebug.remote_port=9000
xdebug.remote_autostart=1
xdebug.idekey="netbeans-xdebug"

新建一个页面echo phoinfo() 如果看到下面的xdebug项目就算配置成功了

技术分享

配置Netbeans

技术分享技术分享

技术分享

Netbeans配合xdebug调试

标签:

原文地址:http://www.cnblogs.com/yeminglong/p/4652446.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!