> On 23 Feb 2017, at 19:10, Jeremy Thompson wrote:
>
> I am experiencing some LLDB problems in macOS Sierra 10.12.3 with Xcode
> 8.2.1. Its running the LLVM compiler with FPC 2.6.4. I can no longer get
> breakpoints to function, they get skipped over.
Short answer: update to FPC 3.0.2 and
Hello all,
I am experiencing some LLDB problems in macOS Sierra 10.12.3 with Xcode 8.2.1.
Its running the LLVM compiler with FPC 2.6.4. I can no longer get breakpoints
to function, they get skipped over. Also when pausing or catching an exception
no local or global variables show up. My deb
Am 22.02.2017 um 21:27 schrieb James Richters:
Here is the procedure that reads the file.
Also you could always try to immediately read the file each time it has
been modified. Append a log entry to some other file, telling that the
pax file was modified and whether it was still correct. This
Am 21.02.2017 um 22:12 schrieb James Richters:
Assign(BitFile,'BitSave.pax');
{$I-}
ReWrite(BitFile);
if ioresult <> 0 then
writeln ('error opening pax file');
WriteLn(BitFile,XADJ:1:8);
WriteLn(BitFile,YADJ:1:8);
WriteLn(BitFile,ZADJ:1:8);
WriteLn(BitFile,WADJ:1:8);
WriteL