From b68e5f5d56c0d920405a48fb1ce25b0b5ed28625 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E4=B8=AD=E4=BF=8A?= <1014830422@qq.com> Date: Wed, 17 Jul 2019 10:15:00 +0800 Subject: [PATCH] fix type MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit line 93 change "from the from the Debugger" to “from the Debugger” --- docs/tutorial_debug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial_debug.md b/docs/tutorial_debug.md index 0c75b9b513..e3fc5353c9 100644 --- a/docs/tutorial_debug.md +++ b/docs/tutorial_debug.md @@ -90,7 +90,7 @@ Click the debug button to start debugging it. Before we get to the actual debugging tool, the next section show how to start debugging session directly from the Debugger. -### Initiate Debugging from the from the Debugger +### Initiate Debugging from the Debugger Click the bug icon in the icon panel to get to the debugger in the side panel.