Exception: Exception

Defined in:
lib/ruby-debug-base.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#__debug_bindingObject (readonly)

Returns the value of attribute __debug_binding.



265
266
267
# File 'lib/ruby-debug-base.rb', line 265

def __debug_binding
  @__debug_binding
end

#__debug_contextObject (readonly)

Returns the value of attribute __debug_context.



265
266
267
# File 'lib/ruby-debug-base.rb', line 265

def __debug_context
  @__debug_context
end

#__debug_fileObject (readonly)

Returns the value of attribute __debug_file.



265
266
267
# File 'lib/ruby-debug-base.rb', line 265

def __debug_file
  @__debug_file
end

#__debug_lineObject (readonly)

Returns the value of attribute __debug_line.



265
266
267
# File 'lib/ruby-debug-base.rb', line 265

def __debug_line
  @__debug_line
end