Skip to content

feat: add native Xdebug support #271

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

Merged
merged 8 commits into from
Aug 4, 2022
Merged

feat: add native Xdebug support #271

merged 8 commits into from
Aug 4, 2022

Conversation

dunglas
Copy link
Owner

@dunglas dunglas commented Jul 31, 2022

Closes #202.

Also simplifies the project.

Copy link
Contributor

@robinbrisa robinbrisa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Works great, thanks!
Made a suggestion for Windows (again) as the startup command is slightly different

@dunglas dunglas force-pushed the feat/dev-image branch 2 times, most recently from 7eba4f1 to 9ba567c Compare August 3, 2022 22:42
@dunglas dunglas merged commit 17a0231 into main Aug 4, 2022
@dunglas dunglas deleted the feat/dev-image branch August 4, 2022 12:48
@relthyg
Copy link
Contributor

relthyg commented Aug 4, 2022

Great, thank you!

Anthodev added a commit to Anthodev/symfony-docker that referenced this pull request Sep 22, 2022
* Typo fix

* Remove iconv workaround

* Replace unsupported wip tld by localhost (dunglas#254)

* ICU 71.1 support

* feat: remove deprecated flags

* feat: improve PHP config (dunglas#266)

* feat: improve PHP config

Tweak PHP config according to Blackfire's recommendation.

* Update docker/php/conf.d/symfony.prod.ini

Co-authored-by: Jacob Dreesen <jacob@hdreesen.de>

* fix

* fix

Co-authored-by: Jacob Dreesen <jacob@hdreesen.de>

* feat: Promote Compose v2

* Windows performance hint (dunglas#270)

* docs: trust certificate on Windows (dunglas#272)

Added information about how to add the caddy cert to the trusted certificates on Windows as this info was only provided for Linux & Mac.

* feat: add native Xdebug support (dunglas#271)

* feat: add native Xdebug support

* cleanup

* fix review

* fix review

* Improve docs

* some more improvements

* remove useless env var

* Update README.md

* Update README.md

* refactor: improve image, uniformize with API Platform  (dunglas#275)

* refactor: improve image, uniformize with API Platform

* feat: remove the SKELETON arg

* chore: minor improvements and sync with API Platform (dunglas#277)

* chore: compatibility with the new ORM recipe (dunglas#278)

* chore: add a default value for XDEBUG_MODE

* fix: stop use obsolete experimental_http3 option

* Feat/supercharged symfony docker (#1)

* 📦 NEW: Makefile + modified ci / dockerfile /README

* 🐛 FIX: added a way to restore permission for the files

* 🐛 FIX: Removed --no-deps option for php command in Docker through Makefile

* 👌 IMPROVE: Added user permissions to manage file permissions

* 🐛 FIX: remove an instruction in Dockerfile

* 🐛 FIX: fixing permissions on small part of the Dockerfile

Co-authored-by: Dezső BICZÓ <mxr576@users.noreply.github.com>
Co-authored-by: Douglas Silva <doug.hs@protonmail.ch>
Co-authored-by: Steven DUBOIS <git@duboiss.fr>
Co-authored-by: Jérôme Zecca <jerome.zecca@cpiglobal.com>
Co-authored-by: Stéphane P <n3wborn@protonmail.com>
Co-authored-by: Kévin Dunglas <kevin@dunglas.fr>
Co-authored-by: Jacob Dreesen <jacob@hdreesen.de>
Co-authored-by: Maxime Hélias <maximehelias16@gmail.com>
Co-authored-by: Robin Brisa <robin.brisa@gmail.com>
Co-authored-by: Borislav Kosun <kosun.b@yandex.ua>
Anthodev pushed a commit to Anthodev/symfony-docker that referenced this pull request Oct 4, 2022
* feat: add native Xdebug support

* cleanup

* fix review

* fix review

* Improve docs

* some more improvements

* remove useless env var
Anthodev pushed a commit to Anthodev/symfony-docker that referenced this pull request Oct 4, 2022
* feat: add native Xdebug support

* cleanup

* fix review

* fix review

* Improve docs

* some more improvements

* remove useless env var
LucasHospice pushed a commit to LucasHospice/symfony-docker that referenced this pull request Feb 21, 2024
* feat: add native Xdebug support

* cleanup

* fix review

* fix review

* Improve docs

* some more improvements

* remove useless env var
VitaliyMinenko pushed a commit to VitaliyMinenko/notofication-service that referenced this pull request Sep 16, 2024
* feat: add native Xdebug support

* cleanup

* fix review

* fix review

* Improve docs

* some more improvements

* remove useless env var
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.

Install xdebug in dev by default?
4 participants