I Have written Two programs in C++, A and B. In the A program I call B with arguments (console Based Program).
What I want is when I call B want to be in the debug mode (known that I run the program A). How could I set that in the Visual Studio 2010 ?
Thank you