From 6e5bd9abd46c8e65fa472f930c14588c7830eecc Mon Sep 17 00:00:00 2001 From: MistEO Date: Tue, 28 Mar 2023 11:31:02 +0800 Subject: [PATCH] docs: Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 703996868d..026da17e49 100644 --- a/README.md +++ b/README.md @@ -137,8 +137,9 @@ MAA 的意思是 MAA Assistant Arknights ``` 2. 使用 Visual Studio 2022 打开 `MAA.sln`,右键 `MaaWpfGui`,设为启动项目 -3. 右键 `MaaWpfGui` - 属性 - 调试 - 启用本地调试(这样就能把断点挂到 C++ Core 那边了) -4. (可选)若准备提交 PR,建议启用 [clang-format 支持](https://maa.plus/docs/2.2-开发相关.html#在-visual-studio-中启用-clang-format) +3. VS 上方配置选择 `RelWithDebInfo` `x64` (如果编译 Release 包 或 ARM 平台,请忽略这步) +4. 右键 `MaaWpfGui` - 属性 - 调试 - 启用本地调试(这样就能把断点挂到 C++ Core 那边了) +5. (可选)若准备提交 PR,建议启用 [clang-format 支持](https://maa.plus/docs/2.2-开发相关.html#在-visual-studio-中启用-clang-format) ### Linux | macOS