-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Updated Mac env setting names for Xdebug v3 #1331
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
Conversation
distribution/debugging.md
Outdated
idekey=PHPSTORM | ||
remote_autostart=1 | ||
remote_mode=req | ||
remote_handler=dbgp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this line is necessary, isn't it?
distribution/debugging.md
Outdated
discover_client_host=0 | ||
client_host=docker.for.mac.localhost | ||
mode=debug | ||
start_with_request=trigger |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the default in debug
mode, it should be removed as well.
Hi @alanpoulain, Thank you for reviewing my change. I took the decision to just replace - like for like - the setting names that were already listed on the docs page - even though some are default but I agree with your comments. I will make the changes. |
Hi @alanpoulain, I have made the changes (and tested locally on my machine) and works as expected, and docs look much simpler now. Thank you. |
Thank you @rettal. |
I have updated the setting names to match Xdebug v3 setting names for Mac environments.