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

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

WBOY
Release: 2016-06-23 13:45:03
Original
970 people have browsed it

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,用路由器连接上网的。


回复讨论(解决方案)

随便来个人吧,结贴给分了~~~

求来个回复的啊,我想结贴拿回一半分数~~~

zhende meiren ma?

你是远程调试吗? 我试过用netbean+xdebug远程调试服务器, 连接数据库很慢, 就会出现你那种情况

你是远程调试吗? 我试过用netbean+xdebug远程调试服务器, 连接数据库很慢, 就会出现你那种情况


--------------------------------------------------------------------------------------------------------------------------------------------------
我是想做远程调试的,一直没成功~~网上各种说法,试了都不行,算了。
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template