class Byebug::ContinueCommand

def regexp

def regexp
  /^\s* c(?:ont(?:inue)?)? (?:\s+(.*))? $/x
end