[tip debugging]Attach VS debugger to more than one process at the same time

Just find and use it today!

It's easy and works well.

For example:

1. Start debugging your first app in VS..

2. When it calls up the second app to run, switch to the VS with its solution opened and select "attach to process..". 

Now you get your both apps attach to debugger at the same time..

原文地址:https://www.cnblogs.com/taoxu0903/p/1781988.html