Questions tagged [attach-to-process]
61 questions
-1
votes
1 answer
How to attach a process to the current debugger programmatically?
I have 2 projects in the solution that compile to A.exe and B.exe
A will start B and connect to it through a named pipe. I want to test the connection between them so I'd like to attach to both at the same time. Doing that manually every time is…

phuclv
- 37,963
- 15
- 156
- 475