|
1. hap init建立工程之后, npm run build,构造工程
2. npm run server启动http debug server
3. 使用“调试器”->扫码安装,安装工程到调试器;
4. 点击“开始调试”,自动打开chrome的调试页面;
- 另外,可以设定工程内的src/manifest.json的config->loglevel为debug,调试页面将输出更多信息;
参考:
https://doc.quickapp.cn/tools/debugging-tools.html
https://doc.quickapp.cn/tutorial/getting-started/development-and-debugging.htm |
|