I have two Windows console programs, one was developed in C++ VS2003 and the other one in C# VS2010. The C++ program calls the C# program.
I'd like to debug both using two Visual Studios without having to stop in the middle of 1st program, then copy the parameters of 2nd program, and then use them to run the 2nd program separately. Is it possible to link the two to make the debugging process flow seamlessly?
Thanks for your help!