Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incompatable with xdebug 3 #33

Open
richdho opened this issue Mar 22, 2021 · 1 comment
Open

Incompatable with xdebug 3 #33

richdho opened this issue Mar 22, 2021 · 1 comment

Comments

@richdho
Copy link

richdho commented Mar 22, 2021

Environment:

  • Windows 10
  • WSL 2
  • Ubuntu

When start debugging with xdebug, I can see the start script install xdebug 3 by default and current default config from the container is not working with version 3. After refering to the official guide, I added the following to the php.ini config file in wordpress container

xdebug.client_port = 9000 //xdebug 3 default port is 9003
xdebug.start_with_request = yes
xdebug.discover_client_host=1
xdebug.mode=debug

Now it works, I was wondering where I can put this in this repo for new users.

@matzeeable
Copy link
Member

Hey, you could put this here with a PR: https://github.com/devowlio/wp-react-starter/blob/master/devops/scripts/custom-php.ini 😀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants