How to stop debugging (or detach process) without stopping the process?

Posted by Valentein on Stack Overflow See other posts from Stack Overflow or by Valentein
Published on 2010-04-19T23:07:00Z Indexed on 2010/04/19 23:13 UTC
Read the original article Hit count: 221

I often use VS 2008 to debug a .NET C# component of an application. Sometimes, I want to quit debugging and continue running the application. Stop Debugging kills the process I was debugging.

How can I achieve my aim?

This is not a web app, it's a local process that runs managed and unmanaged code. I don't see any "Detach" or "Detach All" option in the Debug menu (is it enabled in some option?).

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about visual-studio