Skip to content

Commit

Permalink
Merge pull request #27 from saleae/fix/pid-mac-docs
Browse files Browse the repository at this point in the history
updated readme to clarify about PID
  • Loading branch information
Marcus10110 authored Jul 12, 2023
2 parents d00c8ee + dce5754 commit df63389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ First, build your analyzer. Then, in the Logic 2 software, load your custom anal

Once restarted, the software should show your custom analyzer in the list of available analyzers.

Next, in order to attach your debugger, you will need to find the process ID of the Logic 2 software. To make this easy, we display the process ID of the correct process in the About dialog in the software, which you can open from the main menu. It's the last item in the "Build Info" box, labeled "PID". Note that this is not the correct PID when using an ARM based M1 Mac. (Please contact support for details on debugging on M1 Macs.)
Next, in order to attach your debugger, you will need to find the process ID of the Logic 2 software. To make this easy, we display the process ID of the correct process in the About dialog in the software, which you can open from the main menu. It's the last item in the "Build Info" box, labeled "PID". (Note, if you are using MacOS and you see "Architecture: x64 (Translated)" in the about dialog, this PID won't work. Contact support for details.)

![PID shown in about dialog](./docs/pid.png)

Expand Down

0 comments on commit df63389

Please sign in to comment.