Icons and symbols for the integration debugger

In the integration debugger and other IBM® Integration Designer tools, icons are images that are used to invoke actions. Symbols, by comparison, are images that simply represent workbench elements and they are not used to invoke actions.

For example, in the Variables view of the Debug perspective, you can show the type names of variables by clicking the Show Type Names icon Picture of the Show Type Names icon. However, you cannot perform any action by clicking the process variable symbol Picture of the process variable symbol.

The icons and symbols used in the integration debugger are primarily found in the following views of the Debug perspective:

The icons and symbols found in these views are described in the following sections.

Debug view

The following table describes the integration debugger icons and symbols that are used in the Debug view.

Icon or Symbol Description
Picture of the Resume icon Resume the component thread execution (icon)
Picture of the Suspend icon Suspend the component thread execution (icon)
Picture of the Terminate icon Terminate the component instance execution (icon)
Picture of the Step Into icon Step into the element or executing code (icon)
Picture of the Step Over icon Step over the element or executing code (icon)
Picture of the Step Return icon Step out of the element or executing code (icon)
Picture of the suspended component instance or thread symbol Component thread suspended (symbol)
Picture of the running component instance or thread symbol Component thread running (symbol)
Picture of the terminated component thread symbol Component thread terminated (symbol)
Picture of the business process stack frame symbol Business process stack frame (symbol)
Picture of the business state machine stack frame symbol Business state machine stack frame (symbol)
Picture of the business object data map stack frame symbol Business object data map stack frame (symbol)
Picture of the business rules stack frame symbol Business rules stack frame (symbol)
Picture of the visual snippet stack frame symbol Visual snippet stack frame (symbol)
Picture of the mediation flow stack frame symbol Mediation flow stack frame (symbol)

Component editors

The following table describes the integration debugger icons and symbols that are used in the component editors.

Icon or Symbol Description
Picture of the installed and enabled breakpoint symbol The breakpoint is installed and enabled (symbol)
Picture of the installed and disabled breakpoint symbol The breakpoint is installed and disabled (symbol)
Picture of a breakpoint that is enabled but restricted to one or more instances of the business process The breakpoint is enabled but restricted to one or more threads of the business process (symbol)
Picture of a breakpoint that is enabled in a line of source code The breakpoint is enabled in a line of source code in the Java™ snippet editor or the condition editor (symbol)
Picture of a breakpoint that is enabled in all instances of a component The breakpoint is enabled in all threads of the business process (symbol)
Picture of a disabled breakpoint The breakpoint is disabled (symbol)
Picture of a popped breakpoint The breakpoint is popped (symbol)
Picture of the true symbol In a business process, the link followed if a transition condition evaluates to true. Or, in a mediation flow, the connection that was run. (symbol)
Picture of the false symbol In a business process, the link followed if a transition condition evaluates to false (symbol)
Picture of the skipped symbol The link followed in a business process if a transition condition is skipped (symbol)
Picture of the true or run symbol A condition evaluated to true or an action was run in a business rule set or decision table (symbol)
Picture of the false or not run symbol A condition evaluated to false or an action was not run in a business rule set or decision table (symbol)
Picture of the exception symbol An exception was encountered in executing a mediation primitive in a mediation flow. Or a ServiceBusinessException exception was thrown when unmatched conditions were detected in a decision table.

Breakpoints view

The following table describes the integration debugger icons and symbols that are used in the Breakpoints view.

Icon or Symbol Description
Picture of the Remove Selected Breakpoints icon Remove selected breakpoints (icon)
Picture of the Remove All Breakpoints icon Remove all breakpoints (icon)
Picture of the installed and enabled breakpoint symbol The breakpoint is installed and enabled (symbol)
Picture of the installed and disabled breakpoint symbol The breakpoint is installed and disabled (symbol)
Picture of a breakpoint that is enabled but restricted to one or more instances of the business process The breakpoint is enabled but restricted to one or more threads of the business process (symbol)
Picture of a breakpoint that is enabled in a line of source code The breakpoint is enabled in a line of source code in the Java snippet editor or the condition editor (symbol)
Picture of a breakpoint that is enabled in all instances of a component The breakpoint is enabled in all threads of the component (symbol)
Picture of a disabled breakpoint The breakpoint is disabled (symbol)

Variables view

The following table describes the integration debugger icons and symbols that are used in the Variables view.

Icon or Symbol Description
Picture of the Show Type Names icon Show or hide the names of the variable types (icon)
Picture of the Show Logical Structure icon Show or hide the logical structure of the variable types (icon)
Picture of the process variable symbol Process variable and its elements (symbol)
Picture of the partner variable symbol Partner variable and its elements (symbol)
Picture of the correlation set variable symbol Correlation set variable and its elements (symbol)
Picture of the mediation flow message symbol Mediation flow message and its elements (symbol)