My question is somewhat similar to this \"How to stop debugging (or detach process) without stopping the process?\"
but i want to detach from one process.
for in
If you have Visual Studio Express, there is no Processes window and I did not realized how to detach only one process.
In the Processes window (Debug -> Windows -> Processes), right-click on the name of the process you want to detach, and on the shortcut menu, click Detach Process.
Just wanted to share that the shortcut key combo (in VS2013) is Ctrl+Alt+Z to bring up the Process window. The window will only pop up if there is at least one process attached.