Source code available hereReallyStopDebuggerGeneral purpose process and debug killer for Visual Studio What is it (really)?ReallyStopDebugger is a simple Visual Studio extension which allows to stop debugging and kill processes quickly. What can I use it for?During development one can stumble upon build errors caused by MSBuild processes or previous debug instances which weren't killed in time, and lock our solutions assemblies/resources, thus stopping the build. This is a quick solution to that problem, altough it can be also considered as a general purpose process killer extension. CompatibilityThe extension is supported by Visual Studio 2012, 2013 and 2015. Visual Studio '15' also has experimental support in the GitHub release UsageReallyStopDebugger has 2 modes (Tools menu):
Configuration window options
All changes are saved after clowing the configuration window. Limitations
DependenciesTo compile and run the solution Visual Studio 2015 Community Edition is required, plus the VS 2015 SDK and a strong name key file (Key.snk) to compile and sign the assembly (you can disable this option in the project properties, Signing tab). TODOs
|