class Byebug::BreakCommand

def regexp

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