Skip to content

Commit f01cab7

Browse files
author
mouyong
committed
set xdebug.remote_autostart=0 laradock#2112 (comment)
1 parent f64adc2 commit f01cab7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

php-fpm/xdebug.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ xdebug.remote_connect_back=1
55
xdebug.remote_port=9000
66
xdebug.idekey=PHPSTORM
77

8-
xdebug.remote_autostart=1
8+
xdebug.remote_autostart=0
99
xdebug.remote_enable=0
1010
xdebug.cli_color=1
1111
xdebug.profiler_enable=0

workspace/xdebug.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ xdebug.remote_connect_back=1
55
xdebug.remote_port=9000
66
xdebug.idekey=PHPSTORM
77

8-
xdebug.remote_autostart=1
8+
xdebug.remote_autostart=0
99
xdebug.remote_enable=0
1010
xdebug.cli_color=1
1111
xdebug.profiler_enable=0

0 commit comments

Comments
 (0)