Using the Call Stack in Java Applications

When you are debugging Java applications, the combo box at the top of the Call Stack window contains a list of currently running threads, from which you can select the thread to work with. Each thread has its own call stack. When you select a different thread, the Call Stack window is updated to show the procedures for that thread.

By default, the Call Stack window shows the call stack of the thread for the current breakpoint.

For general information about using the call stack, see Viewing the Call Stack.


© 1997 by Microsoft Corporation. All rights reserved.