module Byebug

def remove_breakpoint(id)

Parameters:
  • breakpoint (integer) -- number
def remove_breakpoint(id)
  breakpoints.delete_at(id)
end