Hello,
I'm trying to create a memory dump of a running Parallels virtual machine on my Mac M1 using the prlctl command. I'm using the following command:
sudo prlctl internal {UUID} dbgdump --path ~/Desktop//dumps/
I replace {UUID} with the actual UUID of my virtual machine. When I run this...