Synchronizing Processes and Threads
When you are running a multi-process or multi-threaded program, it’s frequently useful to synchronize execution to the same place. You can do this manually using a Hold command, or automatically by setting a barrier point. You can also use the Run To command (or duntil in the CLI) to run to a specified line in the Source view, which can synchronize processes and threads so you can step them together.