Method: Debugger::NextCommand#execute
- Defined in:
- lib/ruby-debug/commands/stepping.rb
#execute ⇒ Object
27 28 29 30 31 32 |
# File 'lib/ruby-debug/commands/stepping.rb', line 27 def execute steps, force = parse_stepping_args("Next", @match) return unless steps @state.context.step_over steps, @state.frame_pos, force @state.proceed end |