Проблемы с сеансом запуска xdebug от aptana. Остановлено на 57% - PullRequest
0 голосов
/ 06 марта 2020

Я поменял порты, переустановил, пробовал другие вещи, но мне никто не помогает.

Aptana 3.6.1

Использование Easy PHP.

Мой 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
...