class Byebug::TraceCommand
def regexp
def regexp /^\s* tr(?:ace)? (?: \s+ (\S+)) # on | off | var(iable) (?: \s+ (\S+))? # (variable-name)? (?: \s+ (\S+))? # (stop | nostop)? \s*$/x end
def regexp /^\s* tr(?:ace)? (?: \s+ (\S+)) # on | off | var(iable) (?: \s+ (\S+))? # (variable-name)? (?: \s+ (\S+))? # (stop | nostop)? \s*$/x end