(@_@;)我是程序猿,我编程,我快乐,知识改变命运,技术成就梦想   oh yeah!合作VX "w6668263" 联系Email:ye583025823@126.com

Netbeans配合xdebug调试

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

posted on 2015-07-16 20:35  一个草率的龙果果  阅读(286)  评论(0编辑  收藏  举报

导航