2. Does that mean do something like: START = AnyType debug(AnyType expression)
The `AnyType` there is the return type, not a literal stament you need to (or even can) add. If you want to debug a START expression, make
START = debug($(START)) the last line that sets START in your HTCondor configuration.But `classad_eval` is probably a better choice if you're having trouble with the expression, because it's easier to change and control what data you're testing with/against.
- ToddM