Name: Anonymous 2010-06-03 21:29
Anyone know a solution for the following?
I'm creating a program that has both a server and a client. Now I have both sides included in a single project.
What is the best solution for debugging this? i.e. how do I start the 2 classes at once (multiple processes/threads?).
Or would you recommend an alternate approach (splitting the project but sharing certain classes?), and is it possible to start multiple projects in a solution when debugging?
I'm creating a program that has both a server and a client. Now I have both sides included in a single project.
What is the best solution for debugging this? i.e. how do I start the 2 classes at once (multiple processes/threads?).
Or would you recommend an alternate approach (splitting the project but sharing certain classes?), and is it possible to start multiple projects in a solution when debugging?