I cannot get Instruments to work. I'm trying to inspect allocations in my packet tunnel provider (NEPacketTunnelProvider).
I've tried several methods:
Any advice, and are there people still able to achieve this?
I've tried several methods:
Attaching the debugger to the tunnel provider process and transferring the debug session to Instruments using the Memory Report panel
Attaching the debugger to the tunnel provider process and handing over the session to Instruments using the Memory Report panel while choosing restart
Profiling directly from instruments by selecting the running tunnel provider process
Profiling directly from instruments by selecting the running tunnel provider process while attached to debugger in XCode
Profile directly from XCode (command-I) running the packet tunnel scheme
Any advice, and are there people still able to achieve this?