Home  >  Article  >  Backend Development  >  zend studio使用xdebug调试,一直停在57%进行不下去

zend studio使用xdebug调试,一直停在57%进行不下去

WBOY
WBOYOriginal
2016-06-13 12:10:06912browse

【求助】zend studio使用xdebug调试,一直停在57%进行不下去
php.ini里面的配置信息:
[zend]
zend_extension="/usr/bin/xdebug.so"
;//xdebug允许远程IDE连接
xdebug.remote_enable=true
;//允许连接的zend studio的IP地址
xdebug.remote_host=192.168.1.238
;//反向连接zend studio使用的端口
xdebug.remote_port=17323
xdebug.remote_handler=dbgp

xdebug.profiler_enable=on
xdebug.profiler_output_dir="/var/www/xdebug"

另外:php服务器是linux,php版本为5.3,非thread safe的。
zend studio所在PC机ip地址是:192.168.1.238,用路由器连接上网的。
------解决思路----------------------
你是远程调试吗? 我试过用netbean+xdebug远程调试服务器, 连接数据库很慢, 就会出现你那种情况

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn