Managing the Threads Tab | Multithreaded Program Debugging |
You can switch the viewing context to a thread other than the current thread.
To view the context of another thread:
![]() | Click the thread in the Threads Tab in the Debugging window. |
The call stack dynamically updates to reflect the context of the selected thread. The source display also updates. The context function and stopped in function are changed to their respective values for the new thread.
To resume program execution, click Continue. Program execution continues. Sun WorkShop uses synchronous breakpoints, so all threads resume execution.