<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hello all,<div class=""><br class=""></div><div class="">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 debug scheme for Xcode has the FPC compiler running these options:</div><div class=""><br class=""></div><div class="">-ghlttt -O-1 -CRiot -gw2 -gl</div><div class=""><br class=""></div><div class="">and the LLVM compiler debug scheme is running with no optimizations.  The debug format is set to DWARF and symbols are not being stripped.  When I tried running my program out of LLDB through terminal and try to set a breakpoint I get this:</div><div class=""><br class=""></div><div class=""><div class="">(lldb) b s start.pas:12</div><div class="">Breakpoint 1: no locations (pending).</div><div class="">WARNING:  Unable to resolve breakpoint to any actual locations.</div></div><div class=""><br class=""></div><div class="">This setup was working fine on macOS 10.12.1.  There seems to be some talk about this on apple message boards and stack overflow but none of the leads have really gone anywhere.  Any help would be greatly appreciated. </div><div class=""><br class=""></div><div class="">Thanks,</div><div class="">Jeremy</div><div class=""><br class=""></div><div class=""><div class=""><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;"><br class=""></div>

</div>
<br class=""></div></body></html>