class Byebug::Breakpoint

def self.last


Last breakpoint, in order of creation
def self.last
  Byebug.breakpoints.last
end