Exception: Exception

Defined in:
lib/byebug/core.rb

Overview

Extends the extension class to be able to pass information about the debugging environment from the c-extension to the user.

Instance Attribute Summary collapse

Instance Attribute Details

#__bb_bindingObject (readonly)

Returns the value of attribute __bb_binding.



119
120
121
# File 'lib/byebug/core.rb', line 119

def __bb_binding
  @__bb_binding
end

#__bb_contextObject (readonly)

Returns the value of attribute __bb_context.



119
120
121
# File 'lib/byebug/core.rb', line 119

def __bb_context
  @__bb_context
end

#__bb_fileObject (readonly)

Returns the value of attribute __bb_file.



119
120
121
# File 'lib/byebug/core.rb', line 119

def __bb_file
  @__bb_file
end

#__bb_lineObject (readonly)

Returns the value of attribute __bb_line.



119
120
121
# File 'lib/byebug/core.rb', line 119

def __bb_line
  @__bb_line
end