Exception: Exception

Defined in:
lib/byebug.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#__debug_bindingObject (readonly)

Returns the value of attribute __debug_binding.



325
326
327
# File 'lib/byebug.rb', line 325

def __debug_binding
  @__debug_binding
end

#__debug_contextObject (readonly)

Returns the value of attribute __debug_context.



325
326
327
# File 'lib/byebug.rb', line 325

def __debug_context
  @__debug_context
end

#__debug_fileObject (readonly)

Returns the value of attribute __debug_file.



325
326
327
# File 'lib/byebug.rb', line 325

def __debug_file
  @__debug_file
end

#__debug_lineObject (readonly)

Returns the value of attribute __debug_line.



325
326
327
# File 'lib/byebug.rb', line 325

def __debug_line
  @__debug_line
end