Make LLDB break even if the exit code is 0

Viewed 12

How do I make LLDB break when the program exits with 0?

The program exits with code 0 when the checksum doesn't match (I guess) and I'm trying to find that checksum function.

I tried debugging it on Xcode too but still no luck.

0 Answers
Related