Home > Backend Development > PHP Tutorial > Debug %57 waiting for xdebug session问题求教

Debug %57 waiting for xdebug session问题求教

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-20 12:41:29
Original
1291 people have browsed it

环境:wampserver 2.1
eclipse for php 配置
preferebces里面的PHP DEBUG 选了XDEBUG
PHP Excutable也配置了
XDEBUG的端口也设置了19001

PHP.INI是这样的
zend_extension = "E:/win7tools/wamp/bin/php/php5.3.3/ext/php_xdebug-2.1.2-5.3-vc9.dll"
;
[xdebug]
xdebug.remote_enable = on
xdebug.profiler_enable = on
xdebug.profiler_enable_trigger = on
xdebug.profiler_output_name = cachegrind.out.%t.%p
xdebug.profiler_output_dir = "E:/win7tools/wamp/tmp"
xdebug.show_local_vars=0
xdebug.remote_port = 19001

但是依然无法调试,提示waiting for xdebug session 一直在57%


回复讨论(解决方案)

zi ji ding yi xia

https://www.baidu.com/s?ie=UTF-8&wd=Debug+%2557+waiting+for+xdebug+session

自己解决了。。。。。。。

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
Latest Issues
How to run/debug your PHP code?
From 1970-01-01 08:00:00
0
0
0
Enable overloaded var_dump in xdebug.mode=debug
From 1970-01-01 08:00:00
0
0
0
Front-end - How to debug nodejs code in sublime
From 1970-01-01 08:00:00
0
0
0
Wordpress debug opens but no response
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template