首页 > 移动平台 > 详细

xmapp+netbeans调试

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

1、netbeans的设置

技术分享

2、修改php.ini

如下:

[XDebug]
zend_extension = "D:\dev\xampp\php\ext\php_xdebug.dll"
;xdebug.profiler_append = 0
;xdebug.profiler_enable = 1
;xdebug.profiler_enable_trigger = 0
;xdebug.profiler_output_dir = "D:\dev\xampp\tmp"
;xdebug.profiler_output_name = "cachegrind.out.%t-%s"
xdebug.remote_enable = 1
xdebug.idekey="caicai"
;xdebug.remote_handler = "caicai"
xdebug.remote_host = "127.0.0.1"
xdebug.remote_port = "9001"

xmapp+netbeans调试

原文:http://www.cnblogs.com/xdao/p/php_debug.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!