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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of 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

Returns:

  • (Object)

    the current value of postmortem



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

def postmortem
  @postmortem
end

#repeatObject

Returns the value of attribute repeat

Returns:

  • (Object)

    the current value of repeat



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

def repeat
  @repeat
end

#unsafeObject

Returns the value of attribute unsafe

Returns:

  • (Object)

    the current value of unsafe



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

def unsafe
  @unsafe
end