English
Web Development and Debugging
About 80 wordsLess than 1 minute
2025-12-18
This page introduces the basic development workflow and debugging recommendations for Web-side extension capabilities.
Development Workflow
- Develop in a local development environment
- It is recommended to install VS Code and the
sharedevextension
Debugging Recommendations
- Debug by combining the browser environment, the Web host environment, and local debugging capabilities
- For component and plugin debugging, refer to the existing Web guide documents first
