Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
timreyes authored Mar 4, 2023
1 parent d865604 commit 6b37d59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 6b37d59

Please sign in to comment.