http://d.puremagic.com/issues/show_bug.cgi?id=3321

           Summary: debug flags
           Product: D
           Version: 2.031
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: ellery-newco...@utulsa.edu


--- Comment #0 from Ellery Newcomer <ellery-newco...@utulsa.edu> 2009-09-16 
20:12:35 PDT ---
test.d:

debug pragma(msg,"hi!");
void main() {}


$ dmd2 test
(no output)

$ dmd2 -debug test
hi!

$ dmd2 -debug=1 test
hi!

$ dmd2 -debug=ellery test
(no output)                      WHAT???????

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to