The following procedure shows you how to debug a process.
-
Choose .
- Select a debug configuration.
- Click Debug.
- If the engine is not running, a dialog to start it appears. Click OK to
start the engine.
- Choose .
This launches your browser. A WorkSpace dialog prompts you to log in.
-
Log in as a participant with sufficient roles and privileges to execute the portion of the
process you are testing.
For example, if you inserted a breakpoint in or after an interactive
activity, then log in as a participant who can execute that activity.
-
Create a process instance and move it through the process until it reaches the activity in
which you previously inserted a breakpoint in Studio.
-
Return to Studio.
Notice the following:
- The currently executing line is highlighted in the code editor and a small arrow on the
left shows the current code pointer.
- The Debug View displays the current debugging session
and call stack.
- The Variables View displays the variables available in the selected
method in the call stack.
- Debug your process using the actions in the Debug View. For information
about the available actions, see Debugging Actions.