module PryByebug::Helpers::Breakpoints

def breakpoints


Byebug's array of breakpoints.
def breakpoints
  Pry::Byebug::Breakpoints
end