Update readme.md

This commit is contained in:
timreyes
2023-03-03 18:20:02 -06:00
committed by GitHub
parent d865604a29
commit 6b37d59e67

View File

@@ -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.