z/OS UNIX System Services User's Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Debugging

z/OS UNIX System Services User's Guide
SA23-2279-00

Under TSO/E, for traditional z/OS XL C/C++ application programs, TSO/E Test and Inspect facilities are available for debugging. You can use TSO/E TEST for z/OS UNIX application programs that do not use fork() or exec().

In the shell, dbx is the debugging facility for z/OS XL C/C++ programs. With dbx, you can debug multithreaded applications at the C-source level or at the machine level. Support for multithreaded applications gives you the ability to:
  • Debug or display information about the following objects related to multithreaded applications: threads, mutexes, and condition variables.
  • Control program execution by holding and releasing individual threads
The dbx debugger provides support for recognizing, displaying, and modifying program variables and constants that include double-byte character set (DBCS) characters.

The dbx debugger also provides core dump analysis when run in dump processing mode.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014