module PryByebug::Breakpoints

def disable(id)

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