<div dir="ltr">I cannot figure how to get a backtrace with filenames/line #s. Suggestions? (And if this list is not the proper one to ask such questions, please redirect me)<div><br></div><div>On OSX with:</div>$ lldb --version<br>lldb-900.0.64<br>  Swift-4.0<div><br></div><div>For example:</div><div><div>(lldb) bt</div><div>* thread #1, queue = 'com.apple.main-thread', stop reason = signal SIGABRT</div><div>    frame #0: 0x00000001001e7d42 libsystem_kernel.dylib`__pthread_kill + 10</div><div>    frame #1: 0x00007fffc4d91457 libsystem_pthread.dylib`pthread_kill + 90</div><div>    frame #2: 0x00007fffc4c09420 libsystem_c.dylib`abort + 129</div><div>    frame #3: 0x00007fffc4cf8fe7 libsystem_malloc.dylib`free + 530</div><div>    frame #4: 0x0000000100017138 pc-nb`BioFVM::Microenvironment::compute_gradient_vector(int) + 472</div><div>    frame #5: 0x00000001000174ca pc-nb`BioFVM::Microenvironment::gradient_vector(int) + 42</div><div>    frame #6: 0x0000000100021bc1 pc-nb`BioFVM::Basic_Agent::nearest_gradient(int) + 17</div><div>    frame #7: 0x0000000100069ccc pc-nb`chemotaxis_function(PhysiCell::Cell*, PhysiCell::Phenotype&, double) + 364</div><div>    frame #8: 0x0000000100054ecc pc-nb`PhysiCell::Cell::update_motility_vector(double) + 284</div><div>    frame #9: 0x0000000100053262 pc-nb`PhysiCell::standard_update_cell_velocity(PhysiCell::Cell*, PhysiCell::Phenotype&, double) + 818</div><div>    frame #10: 0x0000000100051053 pc-nb`.omp_outlined..7 + 211</div><div>    frame #11: 0x0000000100186043 libomp.dylib`__kmp_invoke_microtask + 147</div><div>    frame #12: 0x000000010015bfff libomp.dylib`__kmp_invoke_task_func + 156</div><div>    frame #13: 0x000000010015943c libomp.dylib`__kmp_fork_call + 5961</div><div>    frame #14: 0x000000010015075e libomp.dylib`__kmpc_fork_call + 192</div><div>  * frame #15: 0x0000000100050b0c pc-nb`PhysiCell::Cell_Container::update_all_cells(double, double, double, double) + 780</div><div>    frame #16: 0x0000000100071a54 pc-nb`main + 2516</div><div>    frame #17: 0x00000001001c5235 libdyld.dylib`start + 1</div><div>    frame #18: 0x00000001001c5235 libdyld.dylib`start + 1</div></div><div><br></div><div>It would seem that my default formatting would have this:</div>(lldb) settings show frame-format<br>frame-format (format-string) = "frame #${frame.index}: ${frame.pc}{ ${module.file.basename}{`${function.name-with-args}{${frame.no-debug}${function.pc-offset}}}}{ at ${line.file.basename}:${line.number}}{${function.is-optimized} [opt]}\n"<div><br></div><div>Thanks!</div><div>-Randy</div></div>