Hello,
I installed a trellis development stack. Everything works, but I do not get a connection to xdebug.
It is enabled in groupvars/development/php.yml (no settings were changed).
phpinfo says, it`s enabled, and running on remote port 9000.
But when I try to
telnet mydomain.dev 9000
on my mac osx client or
telnet mydomain.dev 9000
or telnet localhost 9000
on my vagrant remote machine, I do not get a connection (unable to connect to remote host, Connection refused).
What could I have done wrong?