public DebugCondition parseDebugCondition()
Parses a DebugCondition
debugCondition:
   'debug' ('(' (IntegerLiteral | Identifier) ')')?
   ;