Skip to content

Commit df5af73

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

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎backend/config/xdebug.ini

+9
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_BACKEND

0 commit comments

Comments
 (0)