Class: StepDebugEvent
- Inherits:
-
DebugEvent
- Object
- Event
- ArcadiaEvent
- DebugEvent
- StepDebugEvent
- Defined in:
- lib/a-contracts.rb
Defined Under Namespace
Classes: Result
Instance Attribute Summary collapse
-
#command ⇒ Object
step_over, step_into, step_out, resume, where, quit.
Attributes inherited from DebugEvent
#active, #file, #id, #persistent, #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
#command ⇒ Object
step_over, step_into, step_out, resume, where, quit
171 172 173 |
# File 'lib/a-contracts.rb', line 171 def command @command end |