module Byebug

def remove_breakpoint(id)

def remove_breakpoint(id)
  Breakpoint.remove breakpoints, id
end