Stopping an Active Build

 
 

To stop running the current build, select the Stop Build push-button in the Program Builder window, or select Build->Stop Build. This action sends a SIGINT signal (kill -2) to the build program. These options are grayed out if you are not running a build.

If your build does not stop, select Build->Terminate Build. This action sends a SIGKILL signal (kill -9) to the build program.