40
edits
Changes
→Attach to Process
==== Attach to Process ====
The Visual Studio debugger has the capability to attach to applications running in processes outside of Visual Studio locally and remotely. You can use the debugger while attached to a separate app, though some features may be limited. To attach to a running process:
# With the app and Visual Studio running, select Debug > Attach to Process
# Select the desired process from the list and select Attach
[[File:Attach-to-process.png]]
Keep in mind that Visual Studio will not attach to any child process spawned by the debugged process. You will have to manually attach it to the new child.
==== Registry Editor ====