Update readme.md
This commit is contained in:
@@ -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.
|
||||
|
||||

|
||||
|
||||
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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user