Trying to set breakpoints at process start I stumbled across this thread. I've got a Windows program which calls several other programs in the course of its execution. Is there really no easy way to stop software consisting of several executables between two executable calls?
Setting a breakpoint at CreateProcessW seems to solve the problem. Are there any objections to this method? Is there any way to display this function's arguments in winedbg? Having winedbg and WINEDEBUG=+relay output is a lame workaround.