[GD-Windows] Debugging multiple apps
Brought to you by:
vexxed72
From: Research <res...@ga...> - 2006-08-18 07:31:35
|
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 |