November 27, 2015 17:08:54
[xdebug]; use trigger to turn on trace debug GetAdding variables in/post/cookie"Xdebug_trace"Xdebug.auto_trace=0; Turn off automatic tracking Xdebug.trace_enable_trigger=1; turn on trigger tracking Xdebug.trace_enable_trigger_value="Start_trace", which is equal to this value triggers the trace, xdebug_trace=Strat_tracexdebug.trace_format=0; visual-readable format xdebug.trace_options=0; Overwrite the previous trace,1: Append xdebug.trace_output_dir=/...../xdebug/Tracexdebug.trace_output_name=trace.%R; To turn on performance analysis by triggering, getAdding variables in/post/cookie"Xdebug_profile"; To name the profiling file as a URI xdebug.profiler_enable=0; Turn off automatic analysis Xdebug.profiler_enable_trigger=1; turn on trigger analysis Xdebug.profiler_enable_trigger_value="Start_profiler", and this value is equal to trigger the analysis, xdebug_profile=Start_profilerxdebug.profiler_output_dir=/...../xdebug/Profilerxdebug.profiler_output_name=cachegrind.out.%Rxdebug.profiler_append=0; Displays memory usage xdebug.show_mem_delta in a human-readable format=1
Reference: Official documents
PHP xdebug Configuration