class PryByebug::DownCommand


Travel down the frame stack

def process

def process
  PryByebug.check_file_context(target)
  breakout_navigation :down, times: args.first
end