<div dir="ltr">To add to my last message, although the programs are frozen, I am able to set breakpoints in my code. For example:<div><br></div><div><div>procedure TForm1.FormCreate(Sender: TObject);</div><div>var</div><div>
  I: Integer;</div><div>begin</div><div>  I := Random(100);</div><div>  Caption := IntToStr(I); // breakpoint here</div><div>end;</div></div><div>And the debugger stops on the breakpoint line. I am able to inspect the variable 'I' by hovering the mouse over it.</div>
</div>