Skip to content

Commit 0bda900

Browse files
authored
Create xdebug.ini
1 parent 963c580 commit 0bda900

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

api/config/xdebug.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
;zend_extension=xdebug.so
2+
xdebug.mode=debug
3+
xdebug.start_with_request=yes
4+
;;; if you are on macOS, use host.docker.internal to identify the host machine, due to a network limitation on mac (https://docs.docker.com/docker-for-mac/networking/#port-mapping)
5+
;;; otherwise find host ip
6+
xdebug.discover_client_host=yes
7+
xdebug.client_host=host.docker.internal
8+
xdebug.client_port=9003
9+
xdebug.idekey=XDEBUG_API

0 commit comments

Comments
 (0)