Sending a signal to a suspended program

To send a signal to a suspended program:
  1. If the program isn't suspended, click the Suspend button in the Debug view.

    Icon: Suspend

  2. In the Signals view, right-click your desired signal and select Resume With Signal. Your program resumes and the debugger immediately sends the signal to it.
Note: You can see a thread-by-thread summary of how your program handles signals using the Signal Information view. To learn more, see the Mapping process signals section in the Getting System Information chapter.