Debugging Stage Documentation
This directory contains debugging methods, troubleshooting guides, and FAQs to help developers identify and resolve issues during development.
Document Navigation (Usage Order)
| No. | Document | Description | Usage Scenario |
|---|---|---|---|
| 1 | debugging | Metro hot reload, debugging tools | During development debugging |
| 2 | faqs | FAQ overview and category entry | When encountering issues |
| 3 | faqs/compilation-faqs | Compilation issues | When compilation fails |
| 4 | faqs/runtime-faqs | Runtime issues | When runtime errors occur |
| 5 | faqs/locating-faqs | Troubleshooting methods | When issues are hard to locate |
Troubleshooting Path
Compilation Issues
When encountering compilation errors:
- Check faqs/compilation-faqs
- Find solutions based on error type
Runtime Issues
When encountering runtime errors:
- Check faqs/runtime-faqs
- Find solutions based on error symptoms
Related Documentation
- Development Stage Docs - Development guides
- Optimization Stage Docs - Performance optimization