A
A
Andrey Gavrilin2016-07-22 17:46:45
SSH
Andrey Gavrilin, 2016-07-22 17:46:45

How to make friends phpStorm on MacOS and xDebug on CentOS?

I read everything that is possible and impossible on the topic of phpStrom and xDebug integration, but I just can’t make them friends.
The storm does not even think about stopping at breakpoints and does not receive any signals from the server at all.
Waiting for incoming connection with ide key ... is all I see in the storm.
I tried to set up an SSH tunnel like this: it
ssh -R 9001:localhost:9001 [email protected]
telnet 127.0.0.1 9001
gives the following if phpStorm is listening on a port:

Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.

In the end, nothing.
Help me please! It is necessary to be picked with the project in which print_r ($ arResult); die; they won't save.
  • Storm configuration:
    681b88b7d73d4f62823e429db8fca39b.png
  • Server configuration for debugging:
    d21df411b2014e668b499802260ec745.png
  • Debug config:
    287b04e4fdcd464a9112a0070d669edc.png
  • info phpinfo(); by xDebug:
    comana.ru/phpinfo.html
  • xdebug.ini config:
    zend_extension = /usr/lib64/php/modules/xdebug.so
    xdebug.remote_enable=1
    xdebug.remote_log=web/xdebug.log
    xdebug.remote_port=9001
    xdebug.remote_connect_back=1

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question