How to trace/debug AU in Logic 11.1 on Arm?

Previously it was needed to attach XCode (16.3) to the AUHostingService. This does not show up in the list of attachable processes any more.

Just attaching to Logic Pro skips all breakpoints.

I am trying to debug output-configuration as Logic offers versions of our Plugin that employ mono outputs which we do not actually provide.

Any hints how I can trace through the plug-ins init code??

Accepted Answer

Doh!

I just forgot to disable SIP .. AUHostingService has dropped the XP in the end (?), but after switching off SIP it can be attached to, and if you know the name, you can attach before loading the plugin.

So this is solved.

How to trace/debug AU in Logic 11.1 on Arm?
 
 
Q