class Byebug::BreakCommand

def regexp

def regexp
  /^\s* b(?:reak)? (?:\s+#{Position_regexp})? (?:\s+(.+))? \s*$/x
end