2020. 9. 25. 16:23

Working with Xcode

2020. 4. 7. 18:18

Debugging in Xcode

Debug signals in Xcode

  1. Change the setting of the debugger:
    • process handle SIGTERM --stop false --pass true
  2. Send a signal
    • kill -TERM <pid>