class PryByebug::FrameCommand
Move to a specific frame in the callstack
Public Instance Methods
Source
# File lib/pry-byebug/commands/frame.rb, line 27 def process PryByebug.check_file_context(target) breakout_navigation :frame, index: args.first end