Attempting to debug an NPAPI plugin by attaching to the plugin process does not appear to work in 10.11.
Attaching with lldb reveals:
sudo lldb -p 39337
(lldb) process attach --pid 39337
error: attach failed: unable to attach
This seems to affect both 'legacy' webkit used for embedded Webkit (with plugin host named WebKitPluginHost
) and 'modern' webkit used in safari (with plugin host named com.apple.WebKit.Plugin.64
)
I have disabled the "Debugging Restrictions" using csrutil
in recovery mode, but that does not appear to help in this case.