This topic applies only to the IBM Business Automation Workflow Advanced
configuration.

Debug view in the integration debugger

Draft comment:
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15
In the integration debugger, you use the Debug view to control the processing of component instances and alter their state at run time. When you start your server in Debug mode and then create and start one or more component instances, the Debug view is populated with component-related entities, such as component threads and stack frames.

The Debug view is shown in the following figure:

Picture of the Debug view

The component-related entities shown in the figure are described in the following table:

Entity Description
1 A component thread, which consists of the thread ID and the thread status. In the Debug view figure, the thread ID is 46855 and the thread status is:

Suspended at <mainProcess.bpel ( Suspended at Receive ) >)

A component thread is identified by one of the following symbols:
  • The suspended thread symbol Picture of the suspended thread symbol
  • The running thread symbol Picture of the running thread symbol
  • The terminated thread symbol Picture of the terminated thread symbol
2 A stack frame, which consists of the component name and the stack frame information. A stack frame is a location indicator that shows you where the component thread is currently paused. For example, in the figure of the Debug view, the stack frame identifies the business process name mainProcess.bpel and the stack frame information (Suspended at Receive). Stack frames are identified by one of the following symbols:
  • The business process stack frame symbol Picture of the business process stack frame symbol
  • The business state machine stack frame symbol Picture of the business state machine stack frame symbol
  • The business object data map stack frame symbol Picture of the business object data map stack frame symbol
  • The business rules stack frame symbol Picture of the business rules stack frame symbol
  • The visual snippet stack frame symbol Picture of the visual snippet stack frame symbol
  • The mediation flow stack frame symbol Picture of the mediation flow stack frame symbol