interrupting compile or build
Posted: Fri Oct 07, 2005 5:57 pm
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
Use this forum to ask for help, submit a bug report or make a suggestion.
http://www.zeusedit.com/zBB3/
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.All that I can suggest is using task manager to kill the compiler