teardown_with_pry_byebug

in lib/pry-byebug/pry_remote_ext.rb [27:34]


    def teardown_with_pry_byebug
      return if @torn

      teardown_without_pry_byebug
      PryByebug.current_remote_server = nil
      @torn = true
    end