class DEBUGGER__::ThreadClient

def get_frame(index)

def get_frame(index)
  if @target_frames
    @target_frames[index]
  else
    nil
  end
end