<div dir="ltr">







<p class="">Hello,</p><p class="">I’m working on implementing a Clang static analyzer checker, but I’m having trouble debugging. The issue is that when inserting breakpoints through Xcode, the only breakpoints that are triggered during a ‘Build and Run’ are those located in the files in Clang executable target ‘Compile Sources’ build phase (i.e. driver.cpp). Breakpoints placed within files in the clangStaticAnalyzerCheckers library are not triggered. The same issue occurs when debugging the Clang executable using lldb through bash. </p>

<p class="">Configuration info:<br>I’m configuring the LLVM project for Xcode via the commands:<br>../llvm/configure --enable-debug-runtime --enable-keep-symbols --enable-targets=x86_64<br>cmake -G Xcode ../llvm</p>
<p class="">Thanks,<br>Ricky</p></div>