Class: Debugger::Context
- Inherits:
-
Object
- Object
- Debugger::Context
- Defined in:
- lib/ruby-debug-ide.rb
Instance Method Summary collapse
Instance Method Details
#interrupt ⇒ Object
44 45 46 |
# File 'lib/ruby-debug-ide.rb', line 44 def interrupt self.stop_next = 1 end |