I am working on two processes that interact with each other via named pipes. Process#1 is running in debug mode and it starts Process#2 with Process.Start("process name") I want to run this process#2 on debug mode also, using breakpoints.
How can I do this?
I have tried using “Attach to Process” tool in Visual Studio 2008 but it’s not very practical when you are in the development process. You need to start Process#2 in order to attach to it. I want Process#2 to be started directly in debug mode.
If you have same solution for this projects then you can use multiple start in solution properties (Solution properties->Startup Project)