如:for i:=0 to 1000 do
    begin
      temp := ****;
    end; 现,在for处设置断点跟踪,想查看i=800时temp的值,但是如果跟踪循环800次是不可能的,如何设置i的条件跟踪?