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

Removed autostart of xdebug #12

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

kevin-studer
Copy link
Contributor

On my previous PR i've copied the default settings for the xdebug configuration from https://github.com/devcontainers/features.

The configuration works, but will provide a lot of noise in the stdout if you do not have an xdebug listener enabled. In some cases (like PHPUnit tests) these noises are really distracting. The configuration in question is xdebug.start_with_request, which is now configured with yes.

The default configuration of xdebug.start_with_request will take trigger, which is in my opinion a better option than the current value.

So in this PR i've removed the configuration.

@shyim shyim merged commit 9a9f44d into shyim:main Jul 12, 2024
14 checks passed
@shyim
Copy link
Owner

shyim commented Jul 12, 2024

thank you is released :)

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

Successfully merging this pull request may close these issues.

2 participants