Skip to content
Open
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
Prev Previous commit
Next Next commit
xdebug.start_with_request=yes conflicts with xdebug.remote_autostart=…
…false
  • Loading branch information
i-kovtun-veeam committed Dec 21, 2023
commit 80fd2173ef7ef47ef57674ad37d85e82f6d6bc5c
1 change: 0 additions & 1 deletion scripts/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ if [[ "$ENABLE_XDEBUG" == "1" ]] ; then
echo "Xdebug already enabled... skipping"
else
echo "zend_extension=$(find /usr/local/lib/php/extensions/ -name xdebug.so)" > $XdebugFile # Note, single arrow to overwrite file.
echo "xdebug.start_with_request=yes" >> $XdebugFile
echo "xdebug.client_host=host.docker.internal" >> $XdebugFile
echo "xdebug.mode=debug" >> $XdebugFile
echo "xdebug.remote_log=/tmp/xdebug.log" >> $XdebugFile
Expand Down