G
G
gog692015-12-22 00:19:10
PHP
gog69, 2015-12-22 00:19:10

Problem with Xdebug. could not connect?

I have ubuntu
sai running on dd.dev
I get an error in the log could not connect address/port 127.0.0.1:9000
I tried options:
ports 9000,9001,9009
localhost, 127.0.0.1, dd.dev
maybe I need to open this port somewhere ? or something to register in vistualhost?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Shirshov Alexander, 2015-12-22
@Keanor

what do you mean "run on dd.dev"?
did you add the necessary options to php.ini?

[email protected] ~ $ cat /etc/php5/mods-available/xdebug.ini 
zend_extension=xdebug.so

xdebug.remote_enable=On
xdebug.remote_host="localhost"
xdebug.remote_port=9099
xdebug.remote_handler="dbgp"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question