I have application that has two executables. One that we launch and it forks n instances of the other.
Now I have to debug the second tsk file at launch. I can do it later using the attach to process option. But during launch, there seems to be some memory stuff that I need to debug.
Is there a way to do this.