Viewing Threads and Stack Frames

Using the Threads/Stack window, you can view the threads in a thread group, the stack frames in a thread, the variables local to each stack frame, and the variables contained within objects and arrays. You can also keep track of the value of a variable while you step through your code.

To view threads, stack frames, and variables:

  1. Choose Debug -> Threads/Stack.
    The Threads/Stack window lists the all thread groups in your project, including the system thread groups.
  2. Click the + icon next to the thread group.
    JDE expands the thread group to show the threads that make up the thread group.
  3. Continue clicking the + icons on the left until you reach the variables in a stack frame.
  4. Click the - icon to contract the item.

Tips

See also:

Threads/Stack Overview