Exception: Exception

Defined in:
lib/ruby-debug.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#__debug_bindingObject (readonly)

Returns the value of attribute __debug_binding.



272
273
274
# File 'lib/ruby-debug.rb', line 272

def __debug_binding
  @__debug_binding
end

#__debug_fileObject (readonly)

Returns the value of attribute __debug_file.



272
273
274
# File 'lib/ruby-debug.rb', line 272

def __debug_file
  @__debug_file
end

#__debug_framesObject (readonly)

Returns the value of attribute __debug_frames.



272
273
274
# File 'lib/ruby-debug.rb', line 272

def __debug_frames
  @__debug_frames
end

#__debug_lineObject (readonly)

Returns the value of attribute __debug_line.



272
273
274
# File 'lib/ruby-debug.rb', line 272

def __debug_line
  @__debug_line
end