Class: RuntimeInspection::Portal

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

Overview

Used as a messaging mechanism once a StopPoint is hit to coordinate commands received from the client in a client thread (see run_client_thread) with the actual evaluation run from within the StopPoint’s context (it’s binding–see handle_tracing).

Instance Attribute Summary collapse

Instance Attribute Details

#cmdsObject

Returns the value of attribute cmds

Returns:

  • (Object)

    the current value of cmds



125
126
127
# File 'lib/rtinspect.rb', line 125

def cmds
  @cmds
end

#outObject

Returns the value of attribute out

Returns:

  • (Object)

    the current value of out



125
126
127
# File 'lib/rtinspect.rb', line 125

def out
  @out
end

#stoppointObject

Returns the value of attribute stoppoint

Returns:

  • (Object)

    the current value of stoppoint



125
126
127
# File 'lib/rtinspect.rb', line 125

def stoppoint
  @stoppoint
end