class PryByebug::FrameCommand


Move to a specific frame in the callstack

def process

def process
  PryByebug.check_file_context(target)
  breakout_navigation :frame, index: args.first
end