iLLDB
iLLDB copied to clipboard
🛠️ LLDB Extension for iOS and macOS App Development
Errors can be displayed as follows ```python result.SetStatus(lldb.eReturnStatusFailed) result.AppendError("error message") ```
For example, the `cookie delete` command asks the user for confirmation before completely erasing. Processing will continue only if YES is entered. Currently, it uses the standard Python function `input`...
The `device` subcommand has been added from the LLDB included with Xcode 16.0. The name conflicts with the `device` subcommand defined in iLLDB and the following error occurs. ``` error:...