Name: Anonymous 2007-07-17 7:04 ID:dUllUNuu
What do you fags use for debugging? There are some pretty good step-by-step debuggers with variable inspection and all, and these become a must for low-level languages such as portable assembly (C) because they are designed to make bugs easiest to write, but for higher-level languages, esp. functional languages, I find very few of them, and I don't find them so useful; often I'm better off with printing or logging values here and there. It's much harder to fail at these though, and the bugs are much easier to find, so debuggers are less called for.