Re: stop debugging in VS 2005
- From: "Brian Rasmussen [C# MVP]" <brian@xxxxxxxxxxxx>
- Date: Wed, 2 Jul 2008 21:15:56 +0200
If you go to the Debug menu, there's a Detach All option. Use that to leave the process running.
Regards,
Brian
"Coward 9" <Coward9@xxxxxxxxx> wrote in message news:6df7aaef-9c3c-4cdc-bbc3-cbfdc0194ce8@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
HI,
I use VS 2005 Tools | Attach to process... to debug other external
applications, such as Notepad. However, the process being debugged
will be termined also when I "stop debugging" Visual studio.
According to MSDN, this should NOT be the case.
What am I doing wrong? Is there anyway not to terminate process being
debugged while I stop debugging using Visual Studio?
Thank you,
http://msdn.microsoft.com/en-us/library/406kfbs1.aspx
To stop debugging
From the Debug menu, choose Stop Debugging.
Stop Debugging terminates the process you are debugging if the program
was launched from Visual Studio. If you attached to the process,
instead of launching it from Visual Studio, the process continues
running. If you want to terminate attached processes, you can
terminate a single process from the Processes window or terminate all
attached process with the Terminate All command.
To terminate all attached processes debugging
From the Debug menu, choose Terminate All.
.
- Prev by Date: Re: Remote debug - Vista target computer
- Next by Date: Getting managed call stack from a crash dump
- Previous by thread: Re: Remote debug - Vista target computer
- Next by thread: Getting managed call stack from a crash dump
- Index(es):
Relevant Pages
|