Debugging Java

Before you start

Complete the following tasks:

While stepping over the Java code in a node (see Stepping into source code), the Java variables are displayed in the Variables view in the Debug perspective. You can browse them and change their associated data values.

To work with Java variables:

  1. Switch to the Debug perspective.
  2. Open the Variables view. Variables are shown in a tree, using the symbol Variable.
  3. To work with a variable, right-click it and select an option from the menu.
Related concepts
Flow debugger overview
Related tasks
Debugging a message flow
Stepping into source code
Stepping over source code
Stepping out of source code
Related reference
Flow debugger shortcuts
Flow debugger icons and symbols