From 6b37d59e6723fa047d6d0515c4fbf19a841f08b9 Mon Sep 17 00:00:00 2001 From: timreyes <27969866+timreyes@users.noreply.github.com> Date: Fri, 3 Mar 2023 18:20:02 -0600 Subject: [PATCH] Update readme.md --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 6250832..4ba75e4 100644 --- a/readme.md +++ b/readme.md @@ -205,11 +205,11 @@ when `cmake .. -A x64` was run, a Visual Studio solution file was created automa Then, open the Debug menu, and select "attach to process...". -In the "Attach to:" selection box, ensure that "Native code" is selected. This is usually selected by default. If not, you will need to select it manually by clicking the "Select..." button to the right. Afterwards, enter the PID number into the Filter box to find the correct instance of Logic.exe. +In the "Attach to:" selection box, ensure that "Native code" is selected. This is usually selected by default. If not, you will need to select it manually by clicking the "Select..." button to the right. After clicking "Select...", a new window will appear like shown below. Select "Native code" from there. ![Screenshot 2023-03-03 at 6 14 46 PM](https://user-images.githubusercontent.com/27969866/222858530-3e0b1a6c-a615-425e-a361-7f2a3c531b92.png) -Click attach. +Afterwards, enter the PID number into the Filter box to find the correct instance of Logic.exe. Click attach. Next, place a breakpoint somewhere in your analyzer source code. For example, the start of the WorkerThread function.