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

WBOY
發布: 2016-06-13 13:32:57
原創
837 人瀏覽過

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

登入後複製


------解决方案--------------------
重新设置调试环境 我忘记是怎么解决了,试过这样的事情。
相關標籤:
來源:php.cn
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
熱門教學
更多>
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!