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

danylevskyi’s picture

Status: Active » Fixed

Committed to 8.x-1.x and 7.x-1.x. Thanks!

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.

  • Commit c9aeb51 on 7.x-1.x, 8.x-1.x, berkshelf authored by ygerasimov, committed by danylevskyi:
    Issue #2139729 by ygerasimov, danylevskyi: Added proper xdebug...
  • Commit fdf1946 on 7.x-1.x, 8.x-1.x, berkshelf by danylevskyi:
    Issue #2139729 by danylevskyi: Removed xdebug configuration from config....