It's start recently and I can't figure out the reason of this. For some reason debugger does not highlight the line with the error when I'm using simulator, it's just crash with the same error in lldb for all cases of error:
libc+abi: terminating with uncaught exception of type NSException Message from debugger: Terminated due to signal 6
and crush log, it can be different for different cases.
But if I will use device for debugging on the same errors it will highlight error in code and I can debug normally.
Recently I install Xcode 14 and everything was okay with debugging using simulator, but now for some reason it broke.