# Remote iOS Debugger

The Remote iOS Debugger allows for debugging iOS applications directly from IDA.

IDA's iOS debugger acts as a client to Apple's debugserver. So, you must ensure that the debugserver is already installed on your device for the debugger to work.

See: <https://www.hex-rays.com/products/ida/support/tutorials/ios_debugger_tutorial.pdf>

for a detailed tutorial on getting started with iOS.

See also

* [Remote GDB Debugger](/8.5/user-guide/debugger/remote-debugging/remote-gdb-debugger.md)
* [Debugger for macOS](/8.5/user-guide/debugger/local-debugging/intel-arm-macos-debugger.md)
* [How to launch remote debugging](/8.5/user-guide/debugger/remote-debugging.md)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.hex-rays.com/8.5/user-guide/debugger/remote-debugging/remote-ios-debugger.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
