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

11 lines
326 B
XML

<slide title="Input Tracking">
<blurb fontsize="3em">
Some errors can only be duplicated with certain specific input, which is
probably why they slipped un-noticed during testing. To solve these problems
it may be important to log all user input.
</blurb>
<example filename="input_log.php" result="1" type="php" />
</slide>