Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 313 Bytes

File metadata and controls

11 lines (7 loc) · 313 Bytes

Setup LLDB

Back{: .button}

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