From 8b1c1b0585c2033bd20b5660a0a23fc353f29ad7 Mon Sep 17 00:00:00 2001 From: wanganxp Date: Sat, 23 Dec 2023 23:14:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=94=99=E8=AF=AF=E9=93=BE?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/plugin/uts-plugin.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/docs/plugin/uts-plugin.md b/docs/plugin/uts-plugin.md index 6f3ff7cd..5148e0e3 100644 --- a/docs/plugin/uts-plugin.md +++ b/docs/plugin/uts-plugin.md @@ -1008,16 +1008,13 @@ uts插件编译需要XCode环境,因此在mac电脑安装了XCode工具时支 ### debug断点调试 uts插件支持debug断点调试。 -- [Android debug教程](/tutorial/debug/uni-uts-debug.md) -- [iOS debug教程](/tutorial/debug/uni-uts-debug-ios.md) +- [Android debug教程](https://uniapp.dcloud.net.cn/tutorial/debug/uni-uts-debug.html) +- [iOS debug教程](https://uniapp.dcloud.net.cn/tutorial/debug/uni-uts-debug-ios.html) -### 遗留问题 - -截止到HBuilderX 3.6.9 时遗留事项: +#### Bug&Tips +- 目前仅支持uni-app js项目使用uts插件时的调试;uni-app x预计在HBuilderX4.0起支持debug uts插件。 - Android平台不支持跨进程调试/日志打印,即 console.log 目前只能在当前进程生效,开发多进程应用时,暂时无法打印日志到控制台 -遗留事项后续升级完善。 - ## 云端打包 -- GitLab