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

18 lines
506 B
XML

<slide title="Automatic Backtraces">
<break lines="2" />
<blurb fontsize="3em">
In most cases adding load of parameters for debugging to nearly every function is not only
impractical, but also extremely time consuming.
</blurb>
<image filename="busy.jpg" align="center" />
<blurb fontsize="3em">
Fortunately, as of PHP 4.3.0 there is a much more convenient alternative in the form of %debug_backtrace()%
and %print_debug_backtrace()%.
|FF0000|The later is only avaliable in PHP 5.0|
</blurb>
</slide>