detach one process from visual studio debugger

后端 未结 3 979
有刺的猬
有刺的猬 2021-02-03 17:16

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

相关标签:
3条回答
  • 2021-02-03 17:34

    If you have Visual Studio Express, there is no Processes window and I did not realized how to detach only one process.

    0 讨论(0)
  • 2021-02-03 17:48

    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.

    0 讨论(0)
  • 2021-02-03 17:48

    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.

    0 讨论(0)
提交回复
热议问题