zend studio xdebug 57% waiting for xdebug session解决思路

WBOY
Release: 2016-06-13 13:32:57
Original
835 people have browsed it

zend studio xdebug 57% waiting for xdebug session
问题说明:
防火墙全关。phpinfo();中都有xdebug.在 netbeans 软件调试中,都正常,可以调试。百度,GOOGLE搜了没找到原因

zend studio 中,调试xdebug错误
57% 
waiting for xdebug session

一直是57%
------------
操作系统 win7 64
环境:
PHP 5.3.8 VC9
Apache 2.2.19 VC9
MySQL 5.5.15
PhpMyAdmin 3.4.3.2
Xdebug 2.1.2


以下是php.ini配置

PHP code
<!--

Code highlighting produced by Actipro CodeHighlighter (freeware)
http://www.CodeHighlighter.com/

-->
;Xdebug
zend_extension = "e:\EasyPHP-5.3.8.0\xdebug\php_xdebug-2.1.2-5.3-vc9.dll"
xdebug.default_enable=0
xdebug.remote_enable=true
xdebug.remote_host=127.0.0.1
xdebug.remote_port=29001
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_autostart =false
xdebug.dump_globals=1
xdebug.dump=COOKIE,FILES,GET,POST,REQUEST,SERVER,SESSION
xdebug.dump.SERVER=REMOTE_ADDR,REQUEST_METHOD,REQUEST_URI
xdebug.max_nesting_level = 10000
xdebug.show_local_vars=1
xdebug.show_mem_delta=1
xdebug.collect_includes=1
xdebug.collect_vars=1
xdebug.collect_params=4
xdebug.collect_return=1
xdebug.auto_trace=0
xdebug.trace_options=0
xdebug.trace_format=0
xdebug.trace_output_dir="E:\EasyPHP-5.3.8.0\xdebug\trace"
xdebug.trace_output_name="trace.%t"
xdebug.profiler_enable=0
xdebug.profiler_append=1
xdebug.profiler_enable_trigger=1
xdebug.profiler_output_dir="E:\EasyPHP-5.3.8.0\xdebug\profiler"
xdebug.profiler_output_name="cachegrind.out.%s.%t"
;/Xdebug

Copy after login


------解决方案--------------------
重新设置调试环境 我忘记是怎么解决了,试过这样的事情。
Related labels:
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!