Posts

Post not yet marked as solved
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?
Posted
by xAJAx.
Last updated
.