Breadcrumbs

Inspecting Action Script and Runtime Values

When the E2E xUML Runtime stopped service execution on a breakpoint the action script and runtime values of the corresponding action node are displayed in the Debug tab and can be inspected.

Figure: Interactive Debugger pausing on a Breakpoint

debugger_inspect_action.png

The runtime values are displayed in he left panel of the Debug tab.

debugger_inspect_attributes.png

 

Expand the tree to look at the attribute values.

debugger_session.png
abstandshalter_360.png

The label Session: 1 indicates that this is the first run of the test case within this service run.

The action script is displayed in the right panel of the Debug tab.

debugger_step_into_action_script.png

Click  icon_debugger_step_into.png to step into the action script. The purple shading indicates the line on which the Interactive Debugger is pausing. This line will be executed on the next step into.

debugger_inspect_runtime_values.png

Step through the action script by clicking  icon_debugger_step_into.png and watch the runtime values.