class Byebug::FrameCommand
def execute
def execute return print_frame @state.frame_pos unless @match[1] return unless pos = get_int(@match[1], "Frame") adjust_frame(pos, true) end
def execute return print_frame @state.frame_pos unless @match[1] return unless pos = get_int(@match[1], "Frame") adjust_frame(pos, true) end