When I run a test harness through the Visual Studio 2005 debugger, it creates a console window every time I run it.
In the past, the console window would close automatically when the test harness process terminated, but now I'm finding that the console window is hanging around afterwards.
After the test harness terminates:
- I cannot close the console window by clicking the close (x) button on the top-right
- The test harness process doesn't exist anymore in Task Manager
So I cannot seem to kill these console windows.
Does anyone know:
- How these console windows can exist without a managing process?
- How can I can kill these console windows?
Rebooting is obviously an option, but there must be another way.