MachineCode wrote:@Luis and *****: When I say "give a warning", I don't mean a messagebox or anything that actually STOPS compilation. Rather, just a compiler message at the bottom of the IDE that says "WARNING: Debug command present" while compilation occurs, so I can see it. The exe could still then be created, instead of aborted.
OK OK, please note I have not called your request laughable
I still don't see it as something useful because there is nothing wrong in leaving debug commands in the source.
When you build the final exe they vanish.
You could have one or two of yours "debug FuncName()" and twelve "debug a$".
But you don't know if you left only debug statements of the second type (doable) or of the first type too (not a good thing, usually). So you have to go and check. You can do the same without the compiler warning.
Can be useful only if you want to remove all your debug statements from the source. And sometimes you don't want to rewrite all of them later, so you left them there. No harm done.
Again, it's not for me to decide about it, but I can express some doubt about its need and the request of "please I don't want to see it all, not even in the status bar!". It would be only a distraction for me.
But you are certainly entitled to ask for it!
BTW: I seem to recall the rolleyes was removed for a reason (I'm not saying it was a good reason).
But to reintroduce it by other means to me looks like a: "Admin, I don't care about your local policies, I'm above them! Stick it!"
Just a thought.