Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.
This repository was archived by the owner on May 21, 2025. It is now read-only.

Xdebug setting for "client_host" and "mode" #34

@rocknrolaf

Description

@rocknrolaf

Description

We have trouble getting xdebug connected to phpstorm (using the "craftcms/nginx:8.0-dev" container). Unless we add the "client_host" and "mode" setting:

xdebug.start_with_request=yes
xdebug.client_host=host.docker.internal
xdebug.mode=debug

Maybe its due to the nginx-proxy (https://hub.docker.com/r/jwilder/nginx-proxy) we use in front of the other containers.
Would it be possible to add these settings to the craft-cms-xdebug.ini file?

Thanks!

Additional info

  • Craft version: Craft Pro 3.7.4
  • PHP version: 8.0.3
  • Database driver & version: MySQL 5.5.5

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions