Browse Source

refactor: 还原 xdebug.ini

牟勇 5 years ago
parent
commit
84db9b079d
2 changed files with 2 additions and 10 deletions
  1. 1 5
      php-fpm/xdebug.ini
  2. 1 5
      workspace/xdebug.ini

+ 1 - 5
php-fpm/xdebug.ini

@@ -7,17 +7,13 @@ xdebug.idekey=PHPSTORM
 
 xdebug.remote_autostart=0
 xdebug.remote_enable=0
-xdebug.cli_color=1
+xdebug.cli_color=0
 xdebug.profiler_enable=0
 xdebug.profiler_output_dir="~/xdebug/phpstorm/tmp/profiling"
 
 xdebug.remote_handler=dbgp
 xdebug.remote_mode=req
 
-xdebug.auto_trace = 1
-xdebug.collect_params = 1
-xdebug.collect_return = 1
-
 xdebug.var_display_max_children=-1
 xdebug.var_display_max_data=-1
 xdebug.var_display_max_depth=-1

+ 1 - 5
workspace/xdebug.ini

@@ -7,17 +7,13 @@ xdebug.idekey=PHPSTORM
 
 xdebug.remote_autostart=0
 xdebug.remote_enable=0
-xdebug.cli_color=1
+xdebug.cli_color=0
 xdebug.profiler_enable=0
 xdebug.profiler_output_dir="~/xdebug/phpstorm/tmp/profiling"
 
 xdebug.remote_handler=dbgp
 xdebug.remote_mode=req
 
-xdebug.auto_trace = 1
-xdebug.collect_params = 1
-xdebug.collect_return = 1
-
 xdebug.var_display_max_children=-1
 xdebug.var_display_max_data=-1
 xdebug.var_display_max_depth=-1