LLDB is invoking Xcode to display source code all of a sudden. How to switch back?

I've cross posted this at https://stackoverflow.com/q/79647300/6230282

Basically, I use command line and emacs app to develop on daily basis, but all of a sudden, LLDB is invoking Xcode to display source code for me, instead of printing them in command line.

How do I switch back? Or alternatively, can I set a custom editor for LLDB?

(lldb) version lldb-1700.0.9.502 Apple Swift version 6.1.2 (swiftlang-6.1.2.1.2 clang-1700.0.13.5)

About Xcode: Version 16.4 (16F6)

Answered by DTS Engineer in 841490022

On that referenced thread you wrote:

Adding -- between lldb and the command to debug solved the problem.

Cool!

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Accepted Answer

On that referenced thread you wrote:

Adding -- between lldb and the command to debug solved the problem.

Cool!

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

LLDB is invoking Xcode to display source code all of a sudden. How to switch back?
 
 
Q