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