Skip to content

Commit 84db9b0

Browse files
author
牟勇
committed
refactor: 还原 xdebug.ini
1 parent 838156b commit 84db9b0

2 files changed

Lines changed: 2 additions & 10 deletions

File tree

php-fpm/xdebug.ini

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,13 @@ xdebug.idekey=PHPSTORM
77

88
xdebug.remote_autostart=0
99
xdebug.remote_enable=0
10-
xdebug.cli_color=1
10+
xdebug.cli_color=0
1111
xdebug.profiler_enable=0
1212
xdebug.profiler_output_dir="~/xdebug/phpstorm/tmp/profiling"
1313

1414
xdebug.remote_handler=dbgp
1515
xdebug.remote_mode=req
1616

17-
xdebug.auto_trace = 1
18-
xdebug.collect_params = 1
19-
xdebug.collect_return = 1
20-
2117
xdebug.var_display_max_children=-1
2218
xdebug.var_display_max_data=-1
2319
xdebug.var_display_max_depth=-1

workspace/xdebug.ini

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,13 @@ xdebug.idekey=PHPSTORM
77

88
xdebug.remote_autostart=0
99
xdebug.remote_enable=0
10-
xdebug.cli_color=1
10+
xdebug.cli_color=0
1111
xdebug.profiler_enable=0
1212
xdebug.profiler_output_dir="~/xdebug/phpstorm/tmp/profiling"
1313

1414
xdebug.remote_handler=dbgp
1515
xdebug.remote_mode=req
1616

17-
xdebug.auto_trace = 1
18-
xdebug.collect_params = 1
19-
xdebug.collect_return = 1
20-
2117
xdebug.var_display_max_children=-1
2218
xdebug.var_display_max_data=-1
2319
xdebug.var_display_max_depth=-1

0 commit comments

Comments
 (0)