LLDB not showing source code
I am trying to debug a C++ program I am writing, but when I run it in LLDB and stop the program, it only shows me the assembler, not the original source. e.g. after the crash I’m trying to debug: Process 86122 stopped * thread #13: tid = 0x142181, 0x0000000100006ec1 debug_build`game::update() + 10961, stop reason = EXC_BAD_ACCESS (code=EXC_I386_GPFLT) frame #0: 0x0000000100006ec1 debug_build`game::update() + 10961 debug_build`game::update: -> 0x100006ec1 <+10961>: movq (%rdx), %rdx 0x100006ec4 <+10964>: movq %rax, -0xb28(%rbp) 0x100006ecb <+10971>: movq -0x1130(%rbp), %rax 0x100006ed2 <+10978>