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

xmapp+netbeans调试

时间:2015-07-22 22:07:55      阅读:118      评论: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
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!