From bc329f466093dc7eb980ea44828306438b27c0e7 Mon Sep 17 00:00:00 2001 From: Dmitry Novikov Date: Sun, 12 Nov 2023 18:14:42 +0700 Subject: [PATCH] Update image debugging property --- Easy-work-on-ReGameDLL-with-Visual-Studio.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Easy-work-on-ReGameDLL-with-Visual-Studio.md b/Easy-work-on-ReGameDLL-with-Visual-Studio.md index 5223148..932cbf6 100644 --- a/Easy-work-on-ReGameDLL-with-Visual-Studio.md +++ b/Easy-work-on-ReGameDLL-with-Visual-Studio.md @@ -22,8 +22,7 @@ Select the ReGameDLL project, click `Build`. Successful compilation will be repo ### Debugging in Counter-Strike Set project `Debugging` property like this: - -![image](https://user-images.githubusercontent.com/18553678/229606578-52d141c8-a3fd-4ad7-a1ff-a6d9ef5d61ca.png) +![image](https://github.com/s1lentq/ReGameDLL_CS/assets/5860435/d865ad45-ad0c-4720-b450-e327bab9a51b) and Run `Local Windows Debugger`: ![image](https://user-images.githubusercontent.com/18553678/229607034-225469c0-dfd7-4204-a7d0-18587b18e417.png)