Class: Debugger::Exception

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby-debug-ide.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#__debug_bindingObject (readonly)

Returns the value of attribute __debug_binding.



226
227
228
# File 'lib/ruby-debug-ide.rb', line 226

def __debug_binding
  @__debug_binding
end

#__debug_contextObject (readonly)

Returns the value of attribute __debug_context.



226
227
228
# File 'lib/ruby-debug-ide.rb', line 226

def __debug_context
  @__debug_context
end

#__debug_fileObject (readonly)

Returns the value of attribute __debug_file.



226
227
228
# File 'lib/ruby-debug-ide.rb', line 226

def __debug_file
  @__debug_file
end

#__debug_lineObject (readonly)

Returns the value of attribute __debug_line.



226
227
228
# File 'lib/ruby-debug-ide.rb', line 226

def __debug_line
  @__debug_line
end