环境: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
自己解决了。。。。。。。