module PryByebug::Breakpoints

def enable(id)

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