Class: DEBUGGER__::SessionCommand
Instance Attribute Summary collapse
-
#block ⇒ Object
Returns the value of attribute block.
-
#cancel_auto_continue ⇒ Object
Returns the value of attribute cancel_auto_continue.
-
#postmortem ⇒ Object
Returns the value of attribute postmortem.
-
#repeat ⇒ Object
Returns the value of attribute repeat.
-
#unsafe ⇒ Object
Returns the value of attribute unsafe.
Instance Attribute Details
#block ⇒ Object
Returns the value of attribute block
89 90 91 |
# File 'lib/debug/session.rb', line 89 def block @block end |
#cancel_auto_continue ⇒ Object
Returns the value of attribute cancel_auto_continue
89 90 91 |
# File 'lib/debug/session.rb', line 89 def cancel_auto_continue @cancel_auto_continue end |
#postmortem ⇒ Object
Returns the value of attribute postmortem
89 90 91 |
# File 'lib/debug/session.rb', line 89 def postmortem @postmortem end |
#repeat ⇒ Object
Returns the value of attribute repeat
89 90 91 |
# File 'lib/debug/session.rb', line 89 def repeat @repeat end |
#unsafe ⇒ Object
Returns the value of attribute unsafe
89 90 91 |
# File 'lib/debug/session.rb', line 89 def unsafe @unsafe end |