xdegug 断点无效,xdegug 不进断点,xdebug安装成功断点不可用

[Xdebug]

;你phpxdegug的路径
zend_extension="D:/Program Files/php-5.4.15-Win32-VC9-x86/php_xdebug-2.2.3-5.4-vc9.dll"
;开启自动跟踪
xdebug.auto_trace = On
;开启异常跟踪
xdebug.show_exception_trace = On
;开启远程调试自动启动
xdebug.remote_autostart = On
;开启远程调试
xdebug.remote_enable = On
;收集变量
xdebug.collect_vars = On
;收集返回值
xdebug.collect_return = On
;收集参数
xdebug.collect_params = On
xdebug.trace_output_dir="e:/php/debuginfo"
xdebug.profiler_enable=On
xdebug.profiler_output_dir="e:/php/debuginfo"
xdebug.remote_host=localhost
xdebug.remote_port=9090
xdebug.remote_handler="dbgp"

posted @ 2013-05-28 10:12  疯狂的小卢  阅读(1159)  评论(0编辑  收藏  举报