mirror of
https://github.com/php/presentations.git
synced 2026-03-24 15:42:33 +01:00
15 lines
476 B
XML
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> |