+ xdebug ini

* autostart and enable
+ php 73 and 74 xDebug (termporary):
This commit is contained in:
2021-08-26 12:13:56 +03:00
parent 10231ac87b
commit 93eddcdf84
4 changed files with 41 additions and 2 deletions

View File

@ -5,8 +5,8 @@ xdebug.remote_connect_back=1
xdebug.remote_port=9000
xdebug.idekey=PHPSTORM
xdebug.remote_autostart=0
xdebug.remote_enable=0
xdebug.remote_autostart=1
xdebug.remote_enable=1
xdebug.cli_color=0
xdebug.profiler_enable=1
xdebug.profiler_enable_trigger=1