# Debug

- [在Xcode里,为项目定义不同的环境配置](https://www.doruby.com/mobile/debug/zai-xcode-li-wei-xiang-mu-ding-yi-bu-tong-de-huan-jing-pei-zhi.md)
- [调试我们的 APP (iOS)](https://www.doruby.com/mobile/debug/tiao-shi-wo-men-de-app-ios.md)
- [URLCache 设置不当引起的 App 故障](https://www.doruby.com/mobile/debug/urlcache-she-zhi-bu-dang-ying-qi-de-app-gu-zhang.md)
- [ASDebugger -- 超简单的 App 网络监控调试工具](https://www.doruby.com/mobile/debug/asdebugger-chao-jian-dan-de-app-wang-luo-jian-kong-tiao-shi-gong-ju.md): ASDebugger


---

# 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://www.doruby.com/mobile/debug.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.
