Hi, I'm using macOS 12.5, Xcode 13.4.1 to develop system extension based app. When I'm trying to connect debugger to system extension(by pid, by name or choosing from list), process crashes every time, when I try to connect to it throught lldb I'm getting error
Process 1098 stopped
* thread #1, stop reason = signal SIGSTOP
frame #0: 0xffffffffffffffff
Target 0: (No executable module.) stopped.
Architecture set to: .
Process 1098 exited with status = -1 (0xffffffff) debugserver died with an exit status of 0x00000000
Would be grateful for any suggestions