Setup LLDB
Setup LLDB
To be able to set breakpoints in lldb compile the program with the -g flag
CXXFLAGS=-Wall -Wextras -g
When compiled with -g in MacOS you will see that a folder dSYM will be created, this will contain debugging symbols of the app