Sha256: 4934003c7bf01e88bfe733f0dffb5cdd027e1ba94c0588523a62111de88de88f

Contents?: true

Size: 266 Bytes

Versions: 6770

Compression:

Stored size: 266 Bytes

Contents

# frozen_string_literal: true

require_relative "../setting"

module Byebug
  #
  # Setting to display full paths in backtraces.
  #
  class FullpathSetting < Setting
    DEFAULT = true

    def banner
      "Display full file names in backtraces"
    end
  end
end

Version data entries

6,770 entries across 6,767 versions & 30 rubygems

Version Path
passbase-1.0.1 vendor/bundle/ruby/2.7.0/gems/byebug-11.1.3/lib/byebug/settings/fullpath.rb
passbase-1.0.0 vendor/bundle/ruby/2.7.0/gems/byebug-11.1.3/lib/byebug/settings/fullpath.rb
files.com-1.0.1 vendor/bundle/ruby/2.5.0/gems/byebug-11.1.3/lib/byebug/settings/fullpath.rb
byebug-11.1.3 lib/byebug/settings/fullpath.rb
byebug-11.1.2 lib/byebug/settings/fullpath.rb
talon_one-2.0.0 vendor/bundle/ruby/2.7.0/gems/byebug-11.1.1/lib/byebug/settings/fullpath.rb
argon-1.3.1 vendor/bundle/ruby/2.7.0/gems/byebug-11.1.1/lib/byebug/settings/fullpath.rb
symbolic_enum-1.1.5 vendor/bundle/ruby/2.7.0/gems/byebug-11.1.1/lib/byebug/settings/fullpath.rb
byebug-11.1.1 lib/byebug/settings/fullpath.rb
byebug-11.1.0 lib/byebug/settings/fullpath.rb