LIST LDD command

Displays the list of LDD commands known to z/OS® Debugger.
Read syntax diagramSkip visual syntax diagramLISTLDD;

Usage notes

  • Use the LIST LDD command if you want to see a list of LDD commands that z/OS Debugger knows about.
  • The output of the LIST LDD command is sorted alphabetically by compile unit name.
  • When debugging C/C++ applications in EXPLICITDEBUG mode, the LIST LDD command might display just one LDD entry that matches one of the several LDD commands containing main as the compile unit name.
  • You can use the LIST LDD command in remote debug mode.

Examples

  • To display the LDD commands known to z/OS Debugger, specify:
    LIST LDD;
    You might get results similar to the following output:
    1. LDD TBND003::>TBND003A;
    2. LDD MYPROG;
  • To display the LDD commands known to z/OS Debugger, specify:
    LIST LDD;
    You might get results similar to the following output:
    There are no LDD commands.