I have written a program that spawns a handful of processes.
By default, Visual Studio does not debug the new processes -- only the original process that created the new ones.
Is there a way to automatically, in code, connect Visual Studio up to the processes when they are created?