Question

Is it possible to cancel/abort a running build process in Visual Studio 2008?
How?

Was it helpful?

Solution

CTRL + Break should do the trick?

OTHER TIPS

Try hitting Ctrl+Pause(=break) on your keyboard.

While building, the Build menu has a Cancel menu item... which also shows the key combination in your particular configuration (default is, as answered by lz, CTRL+BREAK).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top