A
A
Alex Smith2018-07-02 18:02:35
PHP
Alex Smith, 2018-07-02 18:02:35

Is it possible to set up Xdebug on a remote server via phpShtorm on windows?

The server is on ubuntu, xdebug is installed and configured, the following is specified in the config:

zend_extension=xdebug.so

xdebug.remote_enable=1
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000

PhpShtorm is running on Windows 10, I edit the project remotely by changing the files locally and with the ctrl + s key combination, the files are replaced on the server.
Browser extension installed. How to make an ssh tunnel to the server to catch responses from xdebug?

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