Skip to content

Commit

Permalink
Default to off
Browse files Browse the repository at this point in the history
  • Loading branch information
Luc45 committed Mar 12, 2024
1 parent e6cb8ad commit 2058d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _build/docker/php83/ini/xdebug.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ xdebug.client_port = 9003
xdebug.output_dir = /app/_build/docker/php83/xdebug/output
xdebug.log = /app/_build/docker/php83/xdebug/xdebug.log
# Enabled at runtime with DEBUG=1
xdebug.start_with_request = yes
xdebug.start_with_request = no

# https://xdebug.org/docs/all_settings#trace_output_name
xdebug.profiler_output_name = cachegrind.out.%R.%s
Expand Down

0 comments on commit 2058d14

Please sign in to comment.