Attaching a process
-
Friday, September 21, 2012 3:55 PM
Hi,
I'v this utility which displays USB parameters namely,vid,pid,sno,etc .Now i want to attach this utility to the USB debugging process.I dont know the exact word,but the utility should start as soon as the usb plugged is detected and it should show the output on the screen,as seen when we run the utility.This utility will be used by number of naive users.
To summarize i want to add .exe file to a process....help needed!!
thank you,
All Replies
-
Monday, September 24, 2012 10:13 AMModerator
Hi Prathamesh18,
Thank you for visiting the MSDN forum.
We could attach the Visual Studio debugger to the running process. Like Mike’s suggestion in the same thread posted by you, if you want to know how to attach to a Running Process.
Open the project in VS, Debug-> Attach to Process. If no project is open, select Attach to Process on the Tools menu. For detailed steps, see “How to: Attach to a Running Process”.
Best Regards,
Jack Zhai [MSFT]
MSDN Community Support | Feedback to us
- Marked As Answer by Jack Zhai - MSFTMicrosoft Contingent Staff, Moderator Friday, September 28, 2012 9:58 AM

