调试好久,还是不行,大家帮忙瞧瞧。
调试环境:
php5.4 winxp apache zendphp.ini 中xdebug设置:[xdebug]
zend_extension="D:/Program Files/php-5.4.10/ext/php_xdebug-2.2.1-5.4-vc9.dll"xdebug.auto_trace=1
xdebug.collect_params=1
xdebug.collect_return=1
xdebug.trace_output_dir="D:/Program Files/PHPWeb/xdebug/trace"
xdebug.profiler_enable=1
xdebug.profiler_output_dir="D:/Program Files/PHPWeb/xdebug/profiler";Xdebug允许远程IDE连接
xdebug.remote_enable=true
;允许连接的zend studio的IP地址     
xdebug.remote_host=192.168.1.102
;//反向连接zend studio使用的端口   
xdebug.remote_port=10000
;//用于zend studio远程调试的应用层通信协议
xdebug.remote_handler=dbgp    下面是zend的配置截图:
zend57%xdebug