How can I stop the Visual Studio debug window appearing when a process crashes?
I have a server开发者_StackOverflow社区 that runs processes that are playing up. We have a third-party process monitoring service running that will detect when a process dies.
However, the server also has VS 2005 installed. When the process fails, it displays the 'Choose Debugger' and doesn't actually quit. Our process monitoring doesn't detect a missing process and nobody is any wiser.
How can I stop the VS 'do you want to debug?' window popping up and just let the process error/quit?
Thanks in advance for any help
Ryan
this link might help you and may i ask why do you have vs installed on a server?
精彩评论