module Byebug::FrameFunctions
def switch_to_frame(frame_no)
def switch_to_frame(frame_no) if frame_no < 0 abs_frame_no = @state.context.stack_size + frame_no else abs_frame_no = frame_no end end
def switch_to_frame(frame_no) if frame_no < 0 abs_frame_no = @state.context.stack_size + frame_no else abs_frame_no = frame_no end end