Class: DEBUGGER__::PresetCommands
Instance Attribute Summary collapse
-
#auto_continue ⇒ Object
Returns the value of attribute auto_continue.
-
#commands ⇒ Object
Returns the value of attribute commands.
-
#source ⇒ Object
Returns the value of attribute source.
Instance Attribute Details
#auto_continue ⇒ Object
Returns the value of attribute auto_continue
88 89 90 |
# File 'lib/debug/session.rb', line 88 def auto_continue @auto_continue end |
#commands ⇒ Object
Returns the value of attribute commands
88 89 90 |
# File 'lib/debug/session.rb', line 88 def commands @commands end |
#source ⇒ Object
Returns the value of attribute source
88 89 90 |
# File 'lib/debug/session.rb', line 88 def source @source end |