class Byebug::Context

def frame=(pos)


Writer for the current frame
def frame=(pos)
  @frame = Frame.new(self, pos)
end