From 1dd1adba13406f1729c39ecc5463d643cce9140d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=99=A8?= Date: Mon, 30 Sep 2019 17:39:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=8D=A2=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/snippet.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/snippet.md b/docs/snippet.md index 7afe4b905..27aa40253 100644 --- a/docs/snippet.md +++ b/docs/snippet.md @@ -146,6 +146,7 @@ App端也提供真机运行的console.log日志输出,运行到真机或模拟 #### 断点同步 HBuilderX还有一个强大的功能,那就是可以直接在编辑器中打断点,断点会自动同步到调试工具中。 + 操作步骤:只需要在需要打断点打代码部分,右击,就会出来同步断点到调试器,然后点击就好了。下面就是演示图: ![debug](//img-cdn-qiniu.dcloud.net.cn/uniapp/doc/debug-console-gif.gif) -- GitLab