Hi All,
Does anyone know if it is possible to set breakpoints and step through dexts?
From WWDC it seems this should be possible, but I cannot find any further information on it.
Debugging using log messages only is quite tiresome.
Thanks,
gladsy
Hi All,
Does anyone know if it is possible to set breakpoints and step through dexts?
From WWDC it seems this should be possible, but I cannot find any further information on it.
Debugging using log messages only is quite tiresome.
Thanks,
gladsy
Hi
are you able to start the dext ? In my case i am able to activate the extension, but the matching is not happening.
if your dext is getting matched , then can u give an example of your plist file.
Thanks
Gun
Hi, can you share your steps about how to activate the extension? Have you got DriverKit Entitlement?
As an update to this, Apple have added some documentation.
https://developer.apple.com/documentation/driverkit/debugging_and_testing_system_extensions
This is now working for me.
Yes no problem starting the dext.
I am working with PCIDriverKit, matching is working fine for me. In that case I need IOPCIPrimaryMatch in my plist, with matching entitlement under com.apple.developer.driverkit.transport.pci.