I'm trying to debug an OSX app.

I'm trying to debug an OSX app. It's very simple and I'm trying to Attach to Process. I get a list of the processes on the mac, but the PIDs displayed only goes up to 35717. The PID of the OSX process is 36193 (confirmed on the Mac).

I've tried show system processes, but that makes no difference. As you can see, the last available PID to attach to is 35717, but my app on the deployment Mac has a PID of 36193.

Anyone know what I'm doing wrong, how to fix the situation where the PID for my app is displayed on the dev (windows) site?

Comments