Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
cebe authored Jun 12, 2024
1 parent 2f53d08 commit f0d08c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PHPARGS=-dmemory_limit=64M
#PHPARGS=-dmemory_limit=64M -dzend_extension=xdebug.so -dxdebug.mode=debug -dxdebug.remote_host=127.0.0.1 -dxdebug.start_with_request=yes
#PHPARGS=-dmemory_limit=64M -dzend_extension=xdebug.so -dxdebug.mode=debug -dxdebug.client_host=127.0.0.1 -dxdebug.start_with_request=yes
#PHPARGS=-dmemory_limit=64M -dxdebug.mode=debug

all:
Expand Down
2 changes: 1 addition & 1 deletion tests/docker/xdebug.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
xdebug.mode=debug
xdebug.start_with_request=yes
xdebug.discover_client_host=1
;xdebug.remote_host=host.docker.internal
;xdebug.client_host=host.docker.internal
xdebug.client_port=9000
xdebug.idekey=PHPSTORM
xdebug.connect_timeout_ms = 10
Expand Down

0 comments on commit f0d08c6

Please sign in to comment.