Currently, if you write something like this: debug = x;
In code? Like this:
void main()
{
debug = x;
// now in debug mode even though not specified on the CLI?
}
If that's true, that's pretty scary. What if it's hidden in a
module somewhere?
