Class: Byebug::TracingPlusSetting

Inherits:
Setting
  • Object
show all
Defined in:
lib/byebug/settings/tracing_plus.rb

Overview

Setting to allow consecutive repeated lines to be displayed when line tracing is enabled.

Constant Summary

Constants inherited from Setting

Setting::DEFAULT

Instance Attribute Summary

Attributes inherited from Setting

#value

Instance Method Summary collapse

Methods inherited from Setting

[], []=, boolean?, #boolean?, exists?, find, #help, help, help_all, #initialize, integer?, #integer?, load, settings, #to_s, #to_sym

Constructor Details

This class inherits a constructor from Byebug::Setting

Instance Method Details



7
8
9
# File 'lib/byebug/settings/tracing_plus.rb', line 7

def banner
  'Set line execution tracing to always show different lines'
end