I am surprised. So you can actually enable all debug code permanently.I think debug=... statement should be made illegal.-Steve
I'd agree with that to be honest. It seems odd to allow this in code. I can understand the rationale for doing unpure things in a pure function in debug mode but that mode should be specified on the command line, not in code. Like you say, you can enable debug mode permanently in code.
