I am using VS Code to debug a multiprocessing application on a remote server. When I step through the code, I currently have to select each single process and step through the code individually.
Is it possible to let each process go one step in parallel when I hit "step over/into"?