class Byebug::CallstyleSetting

Setting to customize the verbosity level for stack frames.

Constants

DEFAULT

Public Instance Methods

banner() click to toggle source
to_s() click to toggle source
# File lib/byebug/settings/callstyle.rb, line 15
def to_s
  "Frame display callstyle is '#{value}'"
end