Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - chaiining projects in a debug session: (2 Items)
   
chaiining projects in a debug session  
I would like to have a debugger session transfer debug control to another of my projects automatically when the first 
debug program requests execute of the debug version of the second project's executable - using system() or some related 
call.

Anyone have any ideas?  Thanks.
RE: chaiining projects in a debug session  
I don't think there is a way to do it automatically, but you can do it
manually. When another process launches, if you can make it stop right after
launch and use IDE Debug Attach launch configuration to attach to running
process.