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