Using the DEBDEL Utility

The DEBDEL utility may be use to remove debugging information from a load module after TRCUST has generated the TDF. This avoids the need to re-link edit the load module without /DE option.

Removal of debugging information does not affect the validity of the TDF, however if the source is re-compiled then the TDF must be re-built.

The syntax for DEBDEL is:

    DEBDEL module_file

There is only one parameter: module_file. This is the load module file to be stripped of debugging debugging information.

Note:

DEBDEL updates the module in place without first copying it.