From 2b03c71876617c3c641ae6210c3ebce1b25e1a71 Mon Sep 17 00:00:00 2001 From: wandali Date: Sat, 14 Jan 2023 10:55:34 +0800 Subject: [PATCH] update uni-uts-debug.md --- docs/tutorial/debug/uni-uts-debug.md | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/docs/tutorial/debug/uni-uts-debug.md b/docs/tutorial/debug/uni-uts-debug.md index 48a65735b..f66be2654 100644 --- a/docs/tutorial/debug/uni-uts-debug.md +++ b/docs/tutorial/debug/uni-uts-debug.md @@ -8,7 +8,7 @@ HBuilderX 3.6.20+,uni-app uts插件,运行到Android,支持Debug调试 -uts调试,依赖uts调试插件,弹窗提示安装依赖插件,请务必点击安装,否则无法进行调试。 +> 注意:uts调试,依赖uts调试插件,弹窗提示安装依赖插件,请务必点击安装,否则无法进行调试。 ## 添加/删除断点@add-breakpoint @@ -23,7 +23,7 @@ uts调试,依赖uts调试插件,弹窗提示安装依赖插件,请务必 -**调试视图分为5部分:** +调试视图分为5部分: - [调试工具栏](#DebugActions) - 变量窗口 (`复制值`、`复制表达式`、`添加到监视`) @@ -33,9 +33,23 @@ uts调试,依赖uts调试插件,弹窗提示安装依赖插件,请务必 ## 调试操作@DebugActions - - - 继续 `F8` - 下一步 `F10` - 进入 `F11` -- 返回 `Shift+F11` \ No newline at end of file +- 返回 `Shift+F11` + + + +## 数据检查和查看变量@data + +### 添加到监视@add-to-watch + +在【变量窗口】,选中变量,右键菜单,即可将变量添加到监视窗口。 + + + +### 悬停显示@hover + +断点调试过程中,将鼠标悬停在要查看的变量上,即可打开悬停窗口。 + + \ No newline at end of file -- GitLab