From 78908725e16739a3f76bc839736c82c1931296ad Mon Sep 17 00:00:00 2001 From: Doveqise <932376634@qq.com> Date: Sat, 14 Sep 2019 09:17:13 +0800 Subject: [PATCH] =?utf8?q?=E7=89=88=E6=9C=AC=E5=8F=B7=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- docs/intro/editor/devcpp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/intro/editor/devcpp.md b/docs/intro/editor/devcpp.md index cfb0b397..26c50a61 100644 --- a/docs/intro/editor/devcpp.md +++ b/docs/intro/editor/devcpp.md @@ -114,7 +114,7 @@ Dev-C++ 各版本的安装步骤大同小异,下面以最新版本 5.11 演示 2、调试流程 - (1) 将编译器配置设定为 "TDM-GCC 4.8.1 64-bit Debug" + (1) 将编译器配置设定为 "TDM-GCC 4.9.2 64-bit Debug" (2) 按 F4 设置或取消调试断点 (3) 将光标放置在变量上,按 Alt+A 向调试窗口添加监控变量 (4) 按 F5 启动调试 -- 2.11.0