Propose to use following xdebug configurations:
xdebug.remote_connect_back=1
xdebug.default_enable=1
xdebug.remote_autostart=0
xdebug.remote_enable=1
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
Current settings require to change ip address (host os) to make xdebug session working. With settings I propose it is not needed.
Comments
Comment #1
danylevskyiCommitted to 8.x-1.x and 7.x-1.x. Thanks!