Class: DEBUGGER__::SessionCommand
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
          Struct
         | |
| Instance Chain: 
          self,
          Struct
         | |
| Inherits: | Struct 
 | 
| Defined in: | lib/debug/session.rb | 
Instance Attribute Summary
- #block rw
- #cancel_auto_continue rw
- #postmortem rw
- #repeat rw
- #unsafe rw
Instance Attribute Details
#block (rw)
[ GitHub ]# File 'lib/debug/session.rb', line 89
SessionCommand = Struct.new(:block, :repeat, :unsafe, :cancel_auto_continue, :postmortem)
#cancel_auto_continue (rw)
[ GitHub ]# File 'lib/debug/session.rb', line 89
SessionCommand = Struct.new(:block, :repeat, :unsafe, :cancel_auto_continue, :postmortem)
#postmortem (rw)
[ GitHub ]# File 'lib/debug/session.rb', line 89
SessionCommand = Struct.new(:block, :repeat, :unsafe, :cancel_auto_continue, :postmortem)
#repeat (rw)
[ GitHub ]# File 'lib/debug/session.rb', line 89
SessionCommand = Struct.new(:block, :repeat, :unsafe, :cancel_auto_continue, :postmortem)
#unsafe (rw)
[ GitHub ]# File 'lib/debug/session.rb', line 89
SessionCommand = Struct.new(:block, :repeat, :unsafe, :cancel_auto_continue, :postmortem)