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

Bug 1737601: upgrade xdebug to version 3.1.1 #5

Merged
merged 1 commit into from
Nov 3, 2021

Conversation

cgsheeh
Copy link
Member

@cgsheeh cgsheeh commented Oct 25, 2021

This version works better with my IDE. The default port
was changed from 9000 to 9003 in the new version and
a few config variables were renamed. We also add a log file
for debugging the debugger at /tmp/xdebug.log.

This version works better with my IDE. The default port
was changed from `9000` to `9003` in the new version and
a few config variables were renamed. We also add a log file
for debugging the debugger at `/tmp/xdebug.log`.
@cgsheeh cgsheeh changed the title Bug 1737601: updgrade xdebug to version 3.1.1 Bug 1737601: upgrade xdebug to version 3.1.1 Oct 25, 2021
@dklawren dklawren merged commit bbbc4db into mozilla-conduit:master Nov 3, 2021
Comment on lines +164 to +167
echo 'xdebug.client_host=172.17.0.1'; \
echo 'xdebug.remote_connect_back=true'; \
echo 'xdebug.log="/tmp/xdebug.log"'; \
echo 'xdebug.remote_host=172.17.0.1'; \

Choose a reason for hiding this comment

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

Is the client_host/remote_host always 172.17.0.1? There's logic in entrypoint.sh to dynamically determine remote_host and set it at container-run-time.

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.

3 participants