Documentation
README
Debug iOS
Autonomous iOS debug loop: verify environment, plan investigation, drive app while capture logs, report back. Build on docs/DEVTOOL.md (in-app tap/touch driver, iOS + Android),
scripts/ios-log.sh daemon (background log capture queryable by time range),
and scripts/ios-log.sh wait (poll for expected log line, no sleep-and-hope).
Invoke with bug description + optional flags:
/debug-ios <bug description> [--direct] [--no-devtool] [--perf] — see
"Flags" below for what each change.
At a glance
This is the opening of the README. Read the full README on GitHub.