Re: [GD-Windows] Debugging multiple apps
Brought to you by:
vexxed72
From: brian s. <bri...@gm...> - 2006-08-18 15:40:51
|
You can use gflags.exe (google it) to specify that the second application should always be launched with a debugger attached. This would be a separate instance of Visual Studio, however. --brian On 8/18/06, Research <res...@ga...> wrote: > > I cannot figure out how to debug multiple apps in Visual Studio, and I > can't > seem to find the right google words to find this either. > > I'm have one application that launches another with ShellExecute. They are > both in the same solution. I put breakpoints on the WinMain of the > launched > app and it never gets called. > > I know how to attach to something already running, but I need to trap the > app on entry. So I want to step on the ShellExecute and have the other app > start and immediately break. > > Is this possible in Visual Studio? > > Thanks, > Brett > |