Class: BetterRailsDebugger::AnalysisGroup
- Inherits:
-
Object
- Object
- BetterRailsDebugger::AnalysisGroup
- Includes:
- Mongoid::Document, Mongoid::Timestamps
- Defined in:
- app/models/better_rails_debugger/analysis_group.rb
Instance Method Summary collapse
-
#collect_memory_information ⇒ Object
Memory options.
-
#generate_method_execution_history ⇒ Object
Code execution options.
Instance Method Details
#collect_memory_information ⇒ Object
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_history ⇒ Object
Code execution options
25 |
# File 'app/models/better_rails_debugger/analysis_group.rb', line 25 field :generate_method_execution_history, type: Boolean, default: false |