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

error: use of undeclared identifier #7

Closed gaplan closed 5 years ago

gaplan commented 6 years ago

(lldb) overlaydbg error: use of undeclared identifier 'UIDebuggingInformationOverlay'

IOS 11.4.1 i don't understand this error ?

crsantos commented 6 years ago

It works ok here... 🤔

(lldb) overlaydbg
Displaying UIDebuggingInformationOverlay... resume execution

Have you followed the Installation?

DerekSelander commented 6 years ago

@gaplan UIDebuggingInformationOverlay is an Objective-C class that is private to Apple that helps in debugging. Can you try a po [UIDebuggingInformationOverlay class] to see if anything pops up. If yes, it's something with the script, if no, you it's something on your end.

DerekSelander commented 5 years ago

Closing for now, please reopen if you can still reproduce