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_binding ⇒ Object (readonly)

Returns the value of attribute __debug_binding.



165
166
167
# File 'lib/ruby-debug-ide.rb', line 165

def __debug_binding
  @__debug_binding
end

#__debug_context ⇒ Object (readonly)

Returns the value of attribute __debug_context.



165
166
167
# File 'lib/ruby-debug-ide.rb', line 165

def __debug_context
  @__debug_context
end

#__debug_file ⇒ Object (readonly)

Returns the value of attribute __debug_file.



165
166
167
# File 'lib/ruby-debug-ide.rb', line 165

def __debug_file
  @__debug_file
end

#__debug_line ⇒ Object (readonly)

Returns the value of attribute __debug_line.



165
166
167
# File 'lib/ruby-debug-ide.rb', line 165

def __debug_line
  @__debug_line
end