debugging - detach one process from visual studio debugger -


my question similar "how stop debugging (or detach process) without stopping process?"

but want detach 1 process.

for instance, have windows form app attach windows service. want detach service (detach remove debugging executions , hence won't able debug other application).

p.s: if possible please mention visual studio 2008 , 2010.

in processes window (debug -> windows -> processes), right-click on name of process want detach, , on shortcut menu, click detach process.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -