class Byebug::Breakpoint

def self.first


First breakpoint, in order of creation
def self.first
  Byebug.breakpoints.first
end