Skip to content

Commit

Permalink
fix: missing xdebug-ini for gitpod
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelab committed Nov 8, 2023
1 parent 1a070da commit 88e37cf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitpod/xdebug.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
zend_extension=xdebug.so
xdebug.mode = debug
xdebug.client_host = 127.0.0.1
xdebug.client_port = 9000
xdebug.start_with_request = trigger

0 comments on commit 88e37cf

Please sign in to comment.