class Byebug::Context

def frame


Reader for the current frame
def frame
  @frame ||= Frame.new(self, 0)
end