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>

 

 

2020. 4. 3. 14:39

Grand Central Dispatch

2020. 2. 20. 14:12

objective c