Class: BetterRailsDebugger::AnalysisGroup

Inherits:
Object
  • Object
show all
Includes:
Mongoid::Document, Mongoid::Timestamps
Defined in:
app/models/better_rails_debugger/analysis_group.rb

Instance Method Summary collapse

Instance Method Details

#collect_memory_informationObject

Memory options



17
# File 'app/models/better_rails_debugger/analysis_group.rb', line 17

field :collect_memory_information, type: Boolean, default: true

#generate_method_execution_historyObject

Code execution options



25
# File 'app/models/better_rails_debugger/analysis_group.rb', line 25

field :generate_method_execution_history, type: Boolean, default: false