My console app traps SIGINT
so it can exit gracefully.
Pressing CTRL+C inside XCode while the program is being debugged, though, has no effect.
I can find the process and use a terminal window to send a SIGINT
to my process, however I'm hoping there's a simpler solution that I can do within XCode.