module Pry::Byebug::Breakpoints

def disable(id)


Disables a breakpoint with the given ID.
def disable(id)
  change_status id, false
end