automatically kill process on "Stop Debugging" in Visual studio
My c# application executes a second process, when 开发者_C百科I stop the debugging the second process lives on and I can't rebuild because the .exe of the process is still in use.
How can I kill this process automatically when the debugger stops?
Everybody who has a windows PC should have process explorer. It does a real "kill" on the process. http://technet.microsoft.com/en-us/sysinternals/bb795533
Some other good stuff there like listdlls.
精彩评论