, Debug/Start New Instance.
, .
However, in such situations, I would not debug all three applications at once, since it is very difficult to track things. No more than two at a time, and this is too complicated for large projects in concurrency scripts. But nothing bad if you have a small project.
In a real situation, I would rely on a debug log. Many and many debugging protocols. The file or event log does not matter. If everything is done correctly and in the right places, it will provide information similar to a manual debugging session. This can help you identify all sorts of problems. Hope this helps.
source
share