Class: DEBUGGER__::SessionCommand

Inherits:
Struct
  • Object
show all
Defined in:
lib/debug/session.rb

Instance Attribute Summary collapse

Instance Attribute Details

#blockObject

Returns the value of attribute block



89
90
91
# File 'lib/debug/session.rb', line 89

def block
  @block
end

#cancel_auto_continueObject

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

#postmortemObject

Returns the value of attribute postmortem



89
90
91
# File 'lib/debug/session.rb', line 89

def postmortem
  @postmortem
end

#repeatObject

Returns the value of attribute repeat



89
90
91
# File 'lib/debug/session.rb', line 89

def repeat
  @repeat
end

#unsafeObject

Returns the value of attribute unsafe



89
90
91
# File 'lib/debug/session.rb', line 89

def unsafe
  @unsafe
end