Preparing the Process for Debugging

To prepare a process for debugging, you need to set breakpoints in a process so the tester suspends execution and allows you to debug—otherwise, the program runs to completion without letting you do any debugging.

To check the flow of data in a process, you need to add testpoints and/or assertions in the process.