Skip to content

Commit

Permalink
chore: make xdebug work
Browse files Browse the repository at this point in the history
It looks like inline comments aren't allowed in php.ini πŸ™ˆ
  • Loading branch information
Leksat authored Nov 20, 2024
1 parent 9093d75 commit f4bbe62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion devbox.d/php/php.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ memory_limit = 256M

# Xdebug.
xdebug.mode=off
;xdebug.mode=debug # Uncomment this line to enable xdebug. And do NOT commit the change.
# Uncomment this line to enable xdebug. And do NOT commit the change.
;xdebug.mode=debug
xdebug.start_with_request=yes
xdebug.output_dir=/tmp/xdebug
xdebug.profiler_output_name = cachegrind.out.%u

0 comments on commit f4bbe62

Please sign in to comment.