Re: Where does 'DEBUG' come from?
- Posted by DerekParnell (admin) Mar 06, 2011
- 1886 views
dcole said...
From the manual,
-- Example 1. -- ifdef DEBUG then writefln("Debug x=[], y=[]", {x,y}) end ifdef
What I don't understand is where did the uppercase DEBUG come from and where do we hope to find it?
It comes from the Euphoria command line (or a eu.cfg) file.
e.g.
eui -D DEBUG myprog.ex