class Byebug::NextCommand

def self.regexp

def self.regexp
  /^\s* n(?:ext)? (?:\s+(\S+))? \s*$/x
end