Not able to connect to process neither from Xcode or lldb from terminal

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

You can’t debug an ES client in the standard way. See this post for more.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Not able to connect to process neither from Xcode or lldb from terminal
 
 
Q