DerekSelander / LLDB

A collection of LLDB aliases/regexes and Python scripts to aid in your debugging sessions
GNU General Public License v2.0
1.77k stars 198 forks source link

Chapter 1: No LLDB prompt after Xcode launch #37

Closed rssole closed 1 year ago

rssole commented 2 years ago

Hi, perhaps I am missing something but following the book Ch 1, after launching Xcode there is no longer lldb prompt which would allow entering subsequent commands. It just prints out Xcode has been launched and never getting back to prompt: (lldb). Where I might be wrong?

Scanning over lldb docs didn't yield too much.

kasimok commented 1 year ago

In your LLDB tab, type Ctrl + C to pause the debugger.