xdebug trigger
This commit is contained in:
@@ -45,6 +45,8 @@ RUN if [ "$XDEBUG" != "0" ]; then \
|
||||
echo "[xdebug]"; \
|
||||
echo "xdebug.mode=profile"; \
|
||||
echo "xdebug.profiler_append=1"; \
|
||||
echo "xdebug.start_with_request=trigger"; \
|
||||
echo "xdebug.trigger_value=XDEBUGPROFILE"; \
|
||||
echo 'xdebug.output_dir="/var/www/html/sam/d_log"'; \
|
||||
} >> /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini; \
|
||||
fi;
|
||||
|
||||
Reference in New Issue
Block a user