Re: [fpc-pascal] lldb problems with Xcode 8.2.1

2017-03-07 Thread Jeremy Thompson
> This is fixed in the latest Xcode 8.3 beta. > You’ll still need to use Jonas’ suggestion of upgrading to FPC 3.0.2 and use > the -godwarfcpp option to get lldb/Xcode to do the right thing once a > breakpoint is triggered. I have upgraded to FPC 3.0.2 and added in the Xcode 8.3 beta. I am abl

[fpc-pascal] lldb problems with Xcode 8.2.1

2017-02-23 Thread Jeremy Thompson
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