Restrictions when debugging multithreading applications
- Debugging applications that create another thread is constrained because both threads compete for the use of the terminal.
- Only the variables and symbol information for compile units in the thread that is being debugged are accessible.
- The
LIST CALLcommand provides a traceback of the compile units only in the current thread.
Refer to the following topics for more information related to the material discussed in this topic.
- Related references
- z/OS® Language Environment® Programming Guide