wodby / docker4drupal

Docker-based Drupal stack
https://wodby.com/docker4drupal
MIT License
1.24k stars 535 forks source link

D4D Examples: Xdebug session won't start #508

Open iVegas opened 2 years ago

iVegas commented 2 years ago

It is worth trying to set the following environment variable to force start session:

services:
  php:
    environment:
      PHP_XDEBUG_START_WITH_REQUEST: "yes"
pifagor87 commented 2 years ago

For me, this solution works great