June 06, 2021
https://issues.dlang.org/show_bug.cgi?id=21999

          Issue ID: 21999
           Summary: Allow an logical expressions in debug condition
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee: nobody@puremagic.com
          Reporter: alexanderheistermann@gmail.com

This feature will allow a debug condition to be set by using multiple debug
compiler options.
I.E "debug ( CallExp || All )" or "debug (CallExp && PrintFile)"

--