Debug mode options. Each debug function has an associated ID key, which is just a string identifying it. This is a lookup table that keeps a true/nil value for each key, saying whether the function is enabled or disabled. This lets the developer turn debugging displays on and off individually, so that you don't have to look at piles of debug output not relevant to the task you're currently working on.