Debugging tips

Published on Thursday, 31 October 2013

If you get a bug in a loop, remember that the bug could be caused by the previous execution of the loop and thus be below the code point that fails.