In the Debug perspective, you can terminate the execution
of all component instances except for business processes and business
state machines. Terminating one or more component instances may be
necessary in some situations rather than letting the instances exit
naturally as a result of your debugging tasks.
About this task
To terminate one or more component instances:
Procedure
- If you want to terminate a single component instance and
leave its threads visible in the Debug view, complete the following
steps:
- In the Debug view, ensure that the correct stack frame
is selected for the component instance that you want to terminate.
- Click the Terminate icon
. The component instance terminates and its threads are flagged
with the terminated component thread symbol
.
- If you want to terminate a single component instance and
remove its threads from the Debug view, complete the following steps:
- In the Debug view, ensure that the correct stack frame
is selected for the component instance that you want to terminate.
- Right-click the selected stack frame and select Terminate
and Remove. The component instance terminates and its
threads are removed from the Debug view.
- If you want to simultaneously terminate all active component
instances in the Debug view, complete the following steps:
- In the Debug view, ensure that a stack frame is selected
for any one of the component instances that you want to terminate.
- Right-click the selected stack frame and select Terminate
All. All active component instances terminate and their
threads are flagged with the terminated component thread symbol
.
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15