The Target Navigator view lets you send signals to the processes on your target. For example, you can terminate a process
            by sending it a SIGTERM signal. 
            
            
            
         
         
         
         To send a signal to a process: 
         
         
         
            - In the Target Navigator view, right-click a process and select Deliver Signal. 
               
               
                  
                  
               
               
             
            - Select a signal from the dropdown menu.
 
            - Click OK. The IDE delivers the signal to your selected process.
                  
 
         
         
         
         
            CAUTION:
            Delivering a signal to a process usually causes that process to terminate.