Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Host where PHPstorm runs must be reachable by the docker container, to test go into the container and
    1. call t5 service:ping ${XDEBUG_HOST}:${XDEBUG_PORT}
    2. if using a hostname, DNS entries must be returned (in my case my fritz.box returns three entries: a dead one, the LAN interface, the WLAN interface)
    3. For IPV6 see below separate section
    4. The dead IP does not provide the port 9000
    5. On LAN / WLAN interfaces port 9000 is listening and is reachable by PHP
Note

In my installation command t5 service:ping ${XDEBUG_HOST}:${XDEBUG_PORT} answers with
"192.168.65.2   9003   No       Operation timed out after 3001 milliseconds with 0 bytes received"
although XDEBUG is running correct !?!
So, in my eyes, this is no valid test.

PHP xdebug configuration

This is background knowledge - should all be fine since rolled out with docker container.

...