Page 1 of 1

interrupting compile or build

Posted: Fri Oct 07, 2005 5:57 pm
by abushne
Is there a way to interrupt an active build or compile of a workspace or project? I.E. maybe send a ctrl-break to the process that is doing the build or something? Thanks

Posted: Sun Oct 09, 2005 11:50 am
by jussij
Unfortunately there is no way to do this from wintin Zeus :(

All that I can suggest is using task manager to kill the compiler.

Jussi

Posted: Sun Oct 09, 2005 12:12 pm
by abushne
OK, thanks, I thought I was missing something obvious
All that I can suggest is using task manager to kill the compiler
This would work, but the problem with this type of "interrupt" is that unlike Ctrl-Break or Ctrl-C, this will simply pull the rug out from under the tool and not allow for appropriate cleanup etc. For example, when you use task manager to kill a process, any dlls loaded by the process are not terminated normally, threads are not terminate normally etc.

Can I add a request that the ability to interrupt the compile/build be added at a future point. Thanks for a great editor.