I want to debug App2.exe, which starts App1.exe. If App2.exe is a dll, I can specify the host application, but this does not seem to work with .exe.
Now I use "attach to process", but it is useless if App2.exe works before I do it.
Is there a way to do this with the need to manually connect to this process?
source
share