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

Add XDebug config to support php debugging. #3818

Closed
wants to merge 7 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docker/dev/xdebug.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[xdebug]
zend_extension=xdebug.so
xdebug.mode=debug
xdebug.mode=debug,develop
xdebug.start_with_request=yes
Copy link
Contributor

Choose a reason for hiding this comment

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

Never do this. Allow the triggers to function as they should.

xdebug.client_host=host.docker.internal
xdebug.client_port=9000
xdebug.client_port=9003
MarioCakeDev marked this conversation as resolved.
Show resolved Hide resolved
xdebug.idekey=docker