Skip to content

Find a way to get xdebug working without setting IP address in .env #8

@fabianderschatta

Description

@fabianderschatta

Is your feature request related to a problem? Please describe.
Currently you need to set the IP address of the host manually in the .env file to get xdebug working properly. If you are always on the same network with the same IP address this is no problem but as soon as you switch you might need to change it manually which is annoying.

Describe the solution you'd like
Ideally you don't need to set the IP address but the system automatically detects it and xdebug works out of the box.

Additional context
One possible way could be to use xdebug.remote_connect_back as described here: https://xdebug.org/docs/remote

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions