Class: DebugEvent
- Inherits:
-
ArcadiaEvent
- Object
- Event
- ArcadiaEvent
- DebugEvent
- Defined in:
- lib/a-contracts.rb
Overview
---------------------------------------------
Debug event
+---------------------------------------------+
Direct Known Subclasses
DebugStepInfoEvent, EvalExpressionEvent, SetBreakpointEvent, StartDebugEvent, StepDebugEvent, StopDebugEvent, UnsetBreakpointEvent
Instance Attribute Summary collapse
-
#active ⇒ Object
Returns the value of attribute active.
-
#file ⇒ Object
Returns the value of attribute file.
-
#id ⇒ Object
Returns the value of attribute id.
-
#persistent ⇒ Object
Returns the value of attribute persistent.
-
#row ⇒ Object
Returns the value of attribute row.
Attributes inherited from Event
#channel, #parent, #results, #sender, #time
Method Summary
Methods inherited from Event
#add_finalize_callback, #add_result, #break, #initialize, #is_breaked?
Constructor Details
This class inherits a constructor from Event
Instance Attribute Details
#active ⇒ Object
Returns the value of attribute active.
145 146 147 |
# File 'lib/a-contracts.rb', line 145 def active @active end |
#file ⇒ Object
Returns the value of attribute file.
145 146 147 |
# File 'lib/a-contracts.rb', line 145 def file @file end |
#id ⇒ Object
Returns the value of attribute id.
145 146 147 |
# File 'lib/a-contracts.rb', line 145 def id @id end |
#persistent ⇒ Object
Returns the value of attribute persistent.
145 146 147 |
# File 'lib/a-contracts.rb', line 145 def persistent @persistent end |
#row ⇒ Object
Returns the value of attribute row.
145 146 147 |
# File 'lib/a-contracts.rb', line 145 def row @row end |