Is it possible to cancel/abort a running build process in Visual Studio 2008?
How?
views:
147answers:
3I was obviously too tired, because I was hitting Esc and/or Ctrl-C like mad. But didn't think of Ctrl-Break, because it's a tricky key combination to press. But thanks. It works.
Robert Koritnik
2009-09-09 19:31:17
+1 for kbd tags.
Callum Rogers
2009-09-09 20:00:58
Maybe I'm missing something, but with multi-processor C++ builds, canceling with ctrl-break or "alt-b a" doesn't actually seem to kill the build. I just did a 4 processor compilation and tried to kill it and two of the thread stopped, 2 kept going.
John Naegle
2009-10-01 02:26:57