-
Notifications
You must be signed in to change notification settings - Fork 48
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
Add the ability to set up a custom Xdebug host IP #255
Open
peresypkin
wants to merge
29
commits into
master
Choose a base branch
from
custom-xdebug-host-ip
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
peresypkin
force-pushed
the
custom-xdebug-host-ip
branch
2 times, most recently
from
February 4, 2022 09:20
6a7c260
to
4341d2d
Compare
peresypkin
force-pushed
the
custom-xdebug-host-ip
branch
from
March 8, 2022 14:08
4341d2d
to
2cc5c58
Compare
Hi all, this feature is also needed when remote debugging in a container, as I'm used to do it with VSC (Visual Studio Code). Currently I workaround by manually setting Thank you for this code contribution! Stephan |
peresypkin
force-pushed
the
custom-xdebug-host-ip
branch
from
March 18, 2022 09:52
2cc5c58
to
af9b1e6
Compare
peresypkin
force-pushed
the
custom-xdebug-host-ip
branch
from
March 29, 2022 08:16
af9b1e6
to
8709ca9
Compare
Hi @alexanderM91 and @sprymiker, this faeture is quite usefull for us in my company. Thank you, |
peresypkin
force-pushed
the
custom-xdebug-host-ip
branch
from
May 3, 2022 08:09
8709ca9
to
3129dd2
Compare
peresypkin
force-pushed
the
custom-xdebug-host-ip
branch
from
May 14, 2022 15:21
3129dd2
to
f1ede98
Compare
peresypkin
force-pushed
the
custom-xdebug-host-ip
branch
from
May 30, 2022 03:30
f1ede98
to
66c8b46
Compare
peresypkin
force-pushed
the
custom-xdebug-host-ip
branch
from
June 13, 2022 09:25
cfa7421
to
239915b
Compare
peresypkin
force-pushed
the
custom-xdebug-host-ip
branch
from
July 15, 2022 09:10
239915b
to
5a2fae6
Compare
peresypkin
force-pushed
the
custom-xdebug-host-ip
branch
from
July 27, 2022 08:13
5a2fae6
to
d296594
Compare
* Add the ability to set up a custom Xdebug host IP for the case when Docker is deployed inside a virtual machine (e.g. Vagrant + VirtualBox) for local development.
peresypkin
force-pushed
the
custom-xdebug-host-ip
branch
from
August 12, 2022 08:18
d296594
to
13deb2f
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
Docker is deployed inside a virtual machine (e.g. Vagrant + VirtualBox)
for local development.
Change log
SPRYKER_CUSTOM_XDEBUG_HOST_IP
variable has been added togenerator/src/templates/deploy.bash.twig
. Its value gets set in the deployment configuration as follows:SPRYKER_XDEBUG_HOST_IP
variable is set based on the value ofSPRYKER_CUSTOM_XDEBUG_HOST_IP
. If it's not defined, the default logic to get the IP of the host is used.Checklist