class Byebug::DAP::Command::Next
Public Instance Methods
execute_in_context()
click to toggle source
# File lib/byebug/dap/commands/next.rb, line 8 def execute_in_context @context.step_over(1, @context.frame.pos) :stop end
Private Instance Methods
forward_to_context(ctx)
click to toggle source
Calls superclass method
# File lib/byebug/dap/commands/next.rb, line 15 def forward_to_context(ctx) super respond! end