Class: DEBUGGER__::PresetCommands

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

Instance Attribute Summary collapse

Instance Attribute Details

#auto_continueObject

Returns the value of attribute auto_continue

Returns:

  • (Object)

    the current value of auto_continue



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

def auto_continue
  @auto_continue
end

#commandsObject

Returns the value of attribute commands

Returns:

  • (Object)

    the current value of commands



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

def commands
  @commands
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



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

def source
  @source
end