Commit Graph

1 Commits

Author SHA1 Message Date
Matthew Raymer
bb9e7bdc02 docs(ios): add comprehensive console debugging guide
Created detailed guide for viewing console logs:

Console Debugging Guide:
- Method 1: Safari Web Inspector (JavaScript console) - recommended
- Method 2: Xcode Console (Native Swift logs)
- Method 3: Terminal commands (quick log viewing)

Guide Includes:
- Step-by-step instructions for each method
- What logs you'll see in each method
- Troubleshooting common issues
- Example debugging session
- Quick reference table

Access Methods:
- Safari Web Inspector: Best for JavaScript/plugin debugging
- Xcode Console: Best for native Swift debugging
- Terminal: Best for quick checks and filtering

Result: Developers can now easily debug permission issues and plugin calls
2025-11-11 23:49:54 -08:00