slides/xdebug/wtf-happens2.xml
Function trace
20/39
Function trace to file
Practical
  • • HTML traces
  • • Tracing only parts of an application with xdebug_start_trace() and xdebug_stop_trace().
  • • Fetching the trace file name that is being used with xdebug_get_tracefile_name().
  • • Changing how much data is shown with xdebug.var_display_max_children, xdebug.var_display_max_data and xdebug.var_display_max_depth.