Parses a DebugSpecification
$(GRAMMAR $(RULEDEF debugSpecification): $(LITERAL 'debug') $(LITERAL '=') ($(LITERAL Identifier) | $(LITERAL IntegerLiteral)) $(LITERAL ';') ;)
See Implementation
Parses a DebugSpecification
$(GRAMMAR $(RULEDEF debugSpecification): $(LITERAL 'debug') $(LITERAL '=') ($(LITERAL Identifier) | $(LITERAL IntegerLiteral)) $(LITERAL ';') ;)