netbeans netbeans-xdebug 怎么设置
1个回答
2016-05-11 · 知道合伙人数码行家
huanglenzhi
知道合伙人数码行家
向TA提问 私信TA
知道合伙人数码行家
采纳数:117538
获赞数:517184
长期从事计算机组装,维护,网络组建及管理。对计算机硬件、操作系统安装、典型网络设备具有详细认知。
向TA提问 私信TA
关注
展开全部
1、环境:windows server 2008 r2 enterprise x64
2、安装WAMP2.4(安装在D:\wamp)、Netbeans8.0
3、主要配置3个地方
3.1配置php.ini
zend_extension = "D:/wamp/bin/php/php5.4.12/zend_ext/php_xdebug-2.2.3-5.4-vc9-x86_64.dll"
[xdebug]
xdebug.remote_enable = On
xdebug.profiler_enable = Off
xdebug.profiler_enable_trigger = Off
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir = "D:/wamp/tmp"
xdebug.remote_host = localhost
xdebug.remote_port = 9000
xdebug.remote_handler = dbgp
3.2配置netbean调试
3.2.1重新启动wamp服务,打开http://localhost:9060/(9060为wamp中apache的端口,可以在httpd.conf中修改),点击phpinfo(),找到xdebug,记住IDE KEY的值为WIN-BIBKMMO8PSU$
3.2.2打开netbeans,工具——选项,找到php图标,在“常规”中PHP5解释器选择wamp中的php
如:D:\wamp\bin\php\php5.4.12\php.exe
钩选:输出窗口、web浏览器
打开“调试”选项卡,配置调试端口为9000(与php.ini中配置一样),会话ID配置为WIN-BIBKMMO8PSU$(这个与3.2.1中phpinfo显示的xdebug的idekey值一致)
3.3配置项目的属性
3.3.1新建一个项目,右键项目,打开“项目属性”对话框,选择“源”,PHP版本选择为wamp中的php版本一致
3.3.2选择“运行配置”,运行方式选择“本地web站点”,项目URL配置为http://localhost:9060/项目名/
2、安装WAMP2.4(安装在D:\wamp)、Netbeans8.0
3、主要配置3个地方
3.1配置php.ini
zend_extension = "D:/wamp/bin/php/php5.4.12/zend_ext/php_xdebug-2.2.3-5.4-vc9-x86_64.dll"
[xdebug]
xdebug.remote_enable = On
xdebug.profiler_enable = Off
xdebug.profiler_enable_trigger = Off
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir = "D:/wamp/tmp"
xdebug.remote_host = localhost
xdebug.remote_port = 9000
xdebug.remote_handler = dbgp
3.2配置netbean调试
3.2.1重新启动wamp服务,打开http://localhost:9060/(9060为wamp中apache的端口,可以在httpd.conf中修改),点击phpinfo(),找到xdebug,记住IDE KEY的值为WIN-BIBKMMO8PSU$
3.2.2打开netbeans,工具——选项,找到php图标,在“常规”中PHP5解释器选择wamp中的php
如:D:\wamp\bin\php\php5.4.12\php.exe
钩选:输出窗口、web浏览器
打开“调试”选项卡,配置调试端口为9000(与php.ini中配置一样),会话ID配置为WIN-BIBKMMO8PSU$(这个与3.2.1中phpinfo显示的xdebug的idekey值一致)
3.3配置项目的属性
3.3.1新建一个项目,右键项目,打开“项目属性”对话框,选择“源”,PHP版本选择为wamp中的php版本一致
3.3.2选择“运行配置”,运行方式选择“本地web站点”,项目URL配置为http://localhost:9060/项目名/
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询