Skip to content

Commit

Permalink
fix: don't always autostart xdebug in dev, rely on trigger (can be ch…
Browse files Browse the repository at this point in the history
…anged if needed)
  • Loading branch information
scottaubrey committed Oct 22, 2024
1 parent f3d3359 commit ee1a1a2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .docker/xdebug.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
xdebug.mode=debug
xdebug.start_with_request=yes
xdebug.autostart=true
xdebug.start_with_request=trigger

; The MacOS/Windows way - see docker-compose for override for linux:
; extra_hosts:
Expand Down

0 comments on commit ee1a1a2

Please sign in to comment.