You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for this @Julesdevops,
Have tested on a PHPStorm setup and it seems to work well.
I did notice that the xdebug.start_with_request=yes which will activate xdebug on every request which will slow things down a bit when debugging. Probably notthing to worry about now but if people report slow development environments using the docker setup, this might need to change to be manually/extension initiated instead.
In regards to any documentation, keep it brief/high-level where possible. Don't want to fill the readme with instructions for each possible editor or anything.
@ssddanbrown Thx for feedback, I updated the readme.
Agree for the start_with_request option. I will be here to improve it if contributors reports slow development environments. :)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add xdebug support in the docker compose setup.
Works well with my my setup (vscode), should work fine for other IDE as well.
If this looks good, I will provide documentation in the README.md and other relevant places (?).