Testing and Debugging Commands
When you attach a debugger to a running workflow, you can perform debugging operations, as well as start and stop a test workflow.
These commands represent the functionality of the buttons on the Debugger Control Bar, as well as the meaning of the images displayed during a debug session.
Icon | Command | This icon... |
---|---|---|
Start/Continue | Click this button to:
|
|
Break | Click to pause a running workflow at the beginning of the next process step or activity. | |
Stop | Click to stop testing the current workflow. | |
Step | Click to move through a workflow step by step. | |
Add a Breakpoint | Click to add a breakpoint prior to running a workflow to ensure the workflow pauses immediately before the specified activity runs. | |
Remove a Breakpoint | Click to remove a specific breakpoint that was set before running the workflow. | |
Remove all Breakpoints | Click to remove all breakpoints that were set before running the workflow. | |
Activity running | Indicates that there is an activity running inside the highlighted subprocess. | |
Activity in progress | Indicates that pause has been clicked on the Debugger Control Bar and that the current activity will continue running until it completes. The break will occur at the next activity, which is indicated by a yellow arrow. | |
Activity paused | Indicates the activity that is running. |