set xdebug.remote_autostart=0 https://github.com/laradock/laradock/issues/2112#issuecomment-489603086
This commit is contained in:
parent
f64adc2114
commit
f01cab7742
|
@ -5,7 +5,7 @@ xdebug.remote_connect_back=1
|
||||||
xdebug.remote_port=9000
|
xdebug.remote_port=9000
|
||||||
xdebug.idekey=PHPSTORM
|
xdebug.idekey=PHPSTORM
|
||||||
|
|
||||||
xdebug.remote_autostart=1
|
xdebug.remote_autostart=0
|
||||||
xdebug.remote_enable=0
|
xdebug.remote_enable=0
|
||||||
xdebug.cli_color=1
|
xdebug.cli_color=1
|
||||||
xdebug.profiler_enable=0
|
xdebug.profiler_enable=0
|
||||||
|
|
|
@ -5,7 +5,7 @@ xdebug.remote_connect_back=1
|
||||||
xdebug.remote_port=9000
|
xdebug.remote_port=9000
|
||||||
xdebug.idekey=PHPSTORM
|
xdebug.idekey=PHPSTORM
|
||||||
|
|
||||||
xdebug.remote_autostart=1
|
xdebug.remote_autostart=0
|
||||||
xdebug.remote_enable=0
|
xdebug.remote_enable=0
|
||||||
xdebug.cli_color=1
|
xdebug.cli_color=1
|
||||||
xdebug.profiler_enable=0
|
xdebug.profiler_enable=0
|
||||||
|
|
Loading…
Reference in New Issue