My server is a console application.
My client is an exe WinForms application.
I use a common General class library for my interface
definitions.
All three projects are in one solution. How do I run the
solution so that I can set a break point in the server.
Right now I have to execute the server exe outside of the
IDE, and then run the debugger.
Thanks,
James
James - 26 Jan 2004 20:59 GMT
OK, set multiple startup projects.
Sorry, James.
>-----Original Message-----
>
[quoted text clipped - 11 lines]
>James
>.
Allen Anderson - 26 Jan 2004 21:07 GMT
it is a sometimes little known fact that you can run multiple projects
in the same solution simulatenously and it works perfectly.
right click on the project and Debug->Start New Instance on the server
first, then the client. You will be debugging both simultaneously. I
do this all the time when I'm debugging remoting. It's great to be
able to debug server and client in the same solution at the same time.
Allen Anderson
http://www.glacialcomponents.com
mailto: allen@put my website url here.com
>My server is a console application.
>My client is an exe WinForms application.
[quoted text clipped - 8 lines]
>Thanks,
>James