class DEBUGGER__::ThreadClient::Recorder

def step_forward iter

def step_forward iter
  @index -= iter
  if @index < 0
    @index = 0
  end
end