module Pry::Byebug::Breakpoints

def enable(id)


Enables a disabled breakpoint with the given ID.
def enable(id)
  change_status id, true
end