Class: Byebug::StackOnErrorSetting

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

Overview

Setting to enable/disable the display of backtraces when evaluations raise errors.

Constant Summary

Constants inherited from Setting

Byebug::Setting::DEFAULT

Instance Attribute Summary

Attributes inherited from Setting

#value

Instance Method Summary collapse

Methods inherited from Setting

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

Constructor Details

This class inherits a constructor from Byebug::Setting

Instance Method Details



11
12
13
# File 'lib/byebug/settings/stack_on_error.rb', line 11

def banner
  "Display stack trace when `eval` raises an exception"
end