所以我试图让 sublime text 2 与 x-debug 一起运行我已经安装了
Kindari-SublimeXdebug
我有 wamp(我已启用 xdebug)这是 php.ini 配置
; XDEBUG Extension
zend_extension =
"c:/wamp/bin/php/php5.3.10/zend_ext/php_xd
ebug-2.1.2-5.3-vc9-x86_64.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 = "c:/wamp/tmp"
xdebug.remote_connect_back = On
xdebug.remote_autostart = On
但是每次我尝试通过 sublime 连接它时:
Xdebug : is not running
即使在我的 phpinfo() 中;它表明它可能运行..对不起,我还是 x-debug 和 sublime 的新手......提前谢谢