aptana的xdebug启动会话出现问题。它停止在57%

时间:2020-03-06 14:00:51

标签: php xdebug aptana easyphp

我更改了端口,重新安装尝试了其他方法,但是没有人帮助我。

Aptana 3.6.1

使用EasyPHP。

我的php.ini文件

;Xdebug
zend_extension = '${path}\binaries\php\php_runningversion\php_xdebug-2.2.3-5.5-vc11.dll'
xdebug.default_enable=0
xdebug.remote_enable=1
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_autostart = false
xdebug.dump_globals=1

0 个答案:

没有答案
相关问题