Post not yet marked as solved
Post marked as unsolved with 3 replies, 401 views
In Xcode, I want to do something when ctrl + c is pressed, but it looks like lldb doesn't catch SIGINT signal.
I also tried the solution:
process handle SIGINT -s false
process handle SIGINT -p true
Still, it does nothing. What am I doing wrong?