[Lazarus] Help: OS X Problems

Anthony Walter sysrpl at gmail.com
Wed Oct 30 15:38:36 CET 2013


To add to my last message, although the programs are frozen, I am able to
set breakpoints in my code. For example:

procedure TForm1.FormCreate(Sender: TObject);
var
  I: Integer;
begin
  I := Random(100);
  Caption := IntToStr(I); // breakpoint here
end;

And the debugger stops on the breakpoint line. I am able to inspect the
variable 'I' by hovering the mouse over it.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20131030/7e8a0bd8/attachment-0003.html>


More information about the Lazarus mailing list