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
-
#__bb_context ⇒ Object
readonly
Returns the value of attribute __bb_context.
Instance Attribute Details
#__bb_context ⇒ Object (readonly)
Returns the value of attribute __bb_context.
114 115 116 |
# File 'lib/byebug/core.rb', line 114 def __bb_context @__bb_context end |