Files
archived-presentations/slides/debugging/xdebug_trace2.xml
2004-03-09 16:41:39 +00:00

15 lines
476 B
XML

<slide title="Xdebug: Tracing Cont.">
<blurb fontsize="3em">
The trace itself can be printed to screen via %xdebug_dump_function_trace()% or returned
in a form of an array through %xdebug_get_function_trace()%.
</blurb>
<image filename="get_trace.jpg" align="center" />
<blurb fontsize="3em">
The traces can be made even more informative, by enabling %xdebug.collect_params% option,
which would make Xdebug display the arguments passed to every function.
</blurb>
</slide>