mirror of
https://github.com/php/presentations.git
synced 2026-03-24 15:42:33 +01:00
11 lines
430 B
XML
11 lines
430 B
XML
<?xml version="1.0" encoding="ISO-8859-1"?>
|
|
<slide fontsize="6em">
|
|
<title>Function trace to file</title>
|
|
<subtitle>Automatic readable format</subtitle>
|
|
<image filename="tracefile-computerized2.png"/>
|
|
<break/>
|
|
<example class="code_large" fontsize="1.7em">xdebug.auto_trace=1 ; enable tracing
|
|
xdebug.trace_format=1 ; selects computerized format
|
|
xdebug.trace_options=0 ; sets extra option (1 = append)</example>
|
|
</slide>
|