Attached Debugger to all open visual studio instances

56 views Asked by At

How can I programmatically open multiple solutions in Visual Studio and start debugging them simultaneously?

1

There are 1 answers

0
Node defender On

You can achieve this function by calling dll. For example, I have a Project a in Solution a and a Project b in Solution b. At this time, I need to copy the Project b.dll and Project b.pdb to the Solution a\Project a\bin\Debug directory, and then call it. Please refer to the details. Debugging multiple solutions in Visual Studio