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

10 lines
342 B
XML

<slide title="Error Tracking Solution Cont.">
<example title="Log Entry"><![CDATA[Fatal error: Failed executing query 'SELECT * FROM msg WHERE id=abc' on script.php:26 inside foo()]]></example>
<blurb fontsize="3em">
With the added information it is trivial to determine what is the real cause of the problem
and fix it.
</blurb>
</slide>