I've been trying to track down a cause of an error in some code for several days now, and I just can't seem to find it. Normally I would try to find which variables are not as they should be, and then use the "wolf fence algorithm" to find exactly where the cause is, but I have no way of knowing when variables are wrong or not in this case. I've tried checking all the variables I can, and they all seem to be correct. So what should I do to find the error?
↧