use-cases/ios-simulator-bug-debugging.md +13 −0 added
1# Debug in iOS simulator | Codex use cases
2
3Need
4
5App observability
6
7Default options
8
9`Logger`, `OSLog`, LLDB, and Simulator screenshots
10
11Why it's needed
12
13Codex can use logs and debugger state to explain what broke, then save screenshots to prove the exact UI state before and after the fix.