I have two programs. The first program will call the second one by CALLING _spawnl(...). The two programs were developed by other developers. How can I debug the second program by starting the first in Debug mode? Please note that I don't know the inputs and outputs for the second program.
Thanks.
Thanks.