refactor: 还原 xdebug.ini
This commit is contained in:
		@@ -7,17 +7,13 @@ xdebug.idekey=PHPSTORM
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
xdebug.remote_autostart=0
 | 
					xdebug.remote_autostart=0
 | 
				
			||||||
xdebug.remote_enable=0
 | 
					xdebug.remote_enable=0
 | 
				
			||||||
xdebug.cli_color=1
 | 
					xdebug.cli_color=0
 | 
				
			||||||
xdebug.profiler_enable=0
 | 
					xdebug.profiler_enable=0
 | 
				
			||||||
xdebug.profiler_output_dir="~/xdebug/phpstorm/tmp/profiling"
 | 
					xdebug.profiler_output_dir="~/xdebug/phpstorm/tmp/profiling"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
xdebug.remote_handler=dbgp
 | 
					xdebug.remote_handler=dbgp
 | 
				
			||||||
xdebug.remote_mode=req
 | 
					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_children=-1
 | 
				
			||||||
xdebug.var_display_max_data=-1
 | 
					xdebug.var_display_max_data=-1
 | 
				
			||||||
xdebug.var_display_max_depth=-1
 | 
					xdebug.var_display_max_depth=-1
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -7,17 +7,13 @@ xdebug.idekey=PHPSTORM
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
xdebug.remote_autostart=0
 | 
					xdebug.remote_autostart=0
 | 
				
			||||||
xdebug.remote_enable=0
 | 
					xdebug.remote_enable=0
 | 
				
			||||||
xdebug.cli_color=1
 | 
					xdebug.cli_color=0
 | 
				
			||||||
xdebug.profiler_enable=0
 | 
					xdebug.profiler_enable=0
 | 
				
			||||||
xdebug.profiler_output_dir="~/xdebug/phpstorm/tmp/profiling"
 | 
					xdebug.profiler_output_dir="~/xdebug/phpstorm/tmp/profiling"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
xdebug.remote_handler=dbgp
 | 
					xdebug.remote_handler=dbgp
 | 
				
			||||||
xdebug.remote_mode=req
 | 
					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_children=-1
 | 
				
			||||||
xdebug.var_display_max_data=-1
 | 
					xdebug.var_display_max_data=-1
 | 
				
			||||||
xdebug.var_display_max_depth=-1
 | 
					xdebug.var_display_max_depth=-1
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user