class PryByebug::FrameCommand

Move to a specific frame in the callstack

Public Instance Methods

process() click to toggle source
# File lib/pry-byebug/commands/frame.rb, line 25
def process
  PryByebug.check_file_context(target)

  breakout_navigation :frame, index: args.first
end