class Byebug::LocalInterface

def finalize

Things to do before quitting
def finalize
  if Byebug.respond_to?(:save_history)
    Byebug.save_history
  end
end