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

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

2017-02-27 Thread Matthew Drayton
> I can no longer get breakpoints to function, they get skipped over. 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. –Matt __

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

2017-02-24 Thread Jonas Maebe
On 24/02/17 08:40, Jonas Maebe wrote: 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 a

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

2017-02-23 Thread Jonas Maebe
> 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

[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