We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7592cf commit d961fa1Copy full SHA for d961fa1
spaceonfire/bin/entrypoint.sh
@@ -145,9 +145,9 @@ if [ "$APPLICATION_ENV" != "production" ]; then
145
echo "xdebug.start_with_request=1"
146
echo "xdebug.idekey=${XDEBUG_IDEKEY:-docker}"
147
echo "xdebug.client_host=${XDEBUG_REMOTE_HOST}"
148
- echo "xdebug.var_display_max_depth=-1"
149
- echo "xdebug.var_display_max_children=-1"
150
- echo "xdebug.var_display_max_data=-1"
+ echo ";xdebug.var_display_max_depth=-1"
+ echo ";xdebug.var_display_max_children=-1"
+ echo ";xdebug.var_display_max_data=-1"
151
} >$XdebugFile
152
fi
153
0 commit comments