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

Update help text for search #36

Open onevcat opened 2 years ago

onevcat commented 2 years ago

When following the help message and use find, lldb gives me this error:

(lldb) find UIView error: 'find' is not a valid command.

It seems we should use search, following what was mentioned in README.