Ch1 lldb xcode launch hangs

Hello,

I am following along in this interesting book. At chapter 1, I am trying to list Xcode 9’s Swift frameworks with the command ““(lldb) script print “\n”.join([i.file.basename for i in lldb.target.modules if i.FindSection(”__swift3_typeref")])” in section “A “Swiftly” changing landscape”. After launching Xcode from the lldb, the process seams to stay in a hanging state, and I cannot execute the command. See screen shot:

Ah! We have to pause “ctrl + c” the debugger to be able to run the command!

2 Likes

is “ctrl + c” mentioned somewhere in the chapter? i cannot find it.

ok, see it on the next page;)

@denysco Glad you sorted it out! Cheers! :]