Class: RuntimeInspection::StopPoint

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

Overview

Used to manage information found at each stopping point–either hit by a BreakPoint or because of one of the bp_* methods in the RTIManager.

Instance Attribute Summary collapse

Instance Attribute Details

#breakpointObject

Returns the value of attribute breakpoint

Returns:

  • (Object)

    the current value of breakpoint



116
117
118
# File 'lib/rtinspect.rb', line 116

def breakpoint
  @breakpoint
end

#classnameObject

Returns the value of attribute classname

Returns:

  • (Object)

    the current value of classname



116
117
118
# File 'lib/rtinspect.rb', line 116

def classname
  @classname
end

#eventObject

Returns the value of attribute event

Returns:

  • (Object)

    the current value of event



116
117
118
# File 'lib/rtinspect.rb', line 116

def event
  @event
end

#fileObject

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



116
117
118
# File 'lib/rtinspect.rb', line 116

def file
  @file
end

#lineObject

Returns the value of attribute line

Returns:

  • (Object)

    the current value of line



116
117
118
# File 'lib/rtinspect.rb', line 116

def line
  @line
end

#methodnameObject

Returns the value of attribute methodname

Returns:

  • (Object)

    the current value of methodname



116
117
118
# File 'lib/rtinspect.rb', line 116

def methodname
  @methodname
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



116
117
118
# File 'lib/rtinspect.rb', line 116

def state
  @state
end

#threadObject

Returns the value of attribute thread

Returns:

  • (Object)

    the current value of thread



116
117
118
# File 'lib/rtinspect.rb', line 116

def thread
  @thread
end