README.md

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:

  1. Check faqs/compilation-faqs
  2. Find solutions based on error type

Runtime Issues

When encountering runtime errors:

  1. Check faqs/runtime-faqs
  2. Find solutions based on error symptoms