module Byebug::Helpers::FrameHelper

def jump_frames(steps)

def jump_frames(steps)
  adjust_frame(navigate_to_frame(steps))
end