Skip to content

Commit

Permalink
Merge pull request #1873 from Varying-Vagrant-Vagrants/mte90/xdebug-a…
Browse files Browse the repository at this point in the history
…uto-trace-disable

Revert auto_trace as disabled
  • Loading branch information
tomjn committed Jun 20, 2019
2 parents 32eb798 + f391f61 commit 2391690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/php-config/xdebug.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ zend_extension=xdebug.so
; Type: boolean, Default value: 0
; When this setting is set to on, the tracing of function calls will be enabled just before the
; script is run. This makes it possible to trace code in the auto_prepend_file.
xdebug.auto_trace = 1
xdebug.auto_trace = 0

; xdebug.collect_includes
; Type: boolean, Default value: 1
Expand Down

0 comments on commit 2391690

Please sign in to comment.