iLLDB icon indicating copy to clipboard operation
iLLDB copied to clipboard

🛠️ LLDB Extension for iOS and macOS App Development

Results 3 iLLDB issues
Sort by recently updated
recently updated
newest added

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:...