LIST LDD command
Usage notes
- Use the
LIST LDDcommand if you want to see a list ofLDDcommands that z/OS Debugger knows about. - The output of the
LIST LDDcommand is sorted alphabetically by compile unit name. - When debugging C/C++ applications in EXPLICITDEBUG mode, the
LIST LDDcommand might display just oneLDDentry that matches one of the severalLDDcommands containing main as the compile unit name. - You can use the
LIST LDDcommand in remote debug mode.
Examples
- To display the
LDDcommands known to z/OS Debugger, specify:
You might get results similar to the following output:LIST LDD;1. LDD TBND003::>TBND003A; 2. LDD MYPROG; - To display the
LDDcommands known to z/OS Debugger, specify:
You might get results similar to the following output:LIST LDD;There are no LDD commands.
- Related references
- CLEAR command
