Re: Where does 'DEBUG' come from?
- Posted by dcole Mar 07, 2011
- 1828 views
[quote DerekParnell]
said...
It comes from the Euphoria command line (or a eu.cfg) file.
e.g.
eui -D DEBUG myprog.ex
So ifdef is only useful if you are using command line or eu.cfg in you program. Other wise there is no need for it.
Also in the first example -DEBUG uses quotes. I the second example it does not. Why is that?
Don Cole